Skip to content

Commit

Permalink
Merge pull request #610 from nose-devs/test-on-py313
Browse files Browse the repository at this point in the history
Test on Python 3.13
  • Loading branch information
sirosen committed May 23, 2024
2 parents 75e6470 + f2b86b5 commit 74d5f9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# any additional builds for windows and macos
# handled via `include` to avoid an over-large test matrix
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9"]
include:
- os: windows-latest
python-version: "3.x"
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ testsuites.
Unreleased
----------

* Official support for ``python3.13`` betas. ``nose2`` now tests itself against
Python 3.13.

0.14.2 (2024-05-07)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py{38,39,310,311,312}{,-nocov},pypy,docs,lint
envlist=py{38,39,310,311,312,313}{,-nocov},pypy,docs,lint

[testenv]
passenv = CI
Expand Down

0 comments on commit 74d5f9a

Please sign in to comment.