Skip to content

Commit

Permalink
also test on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Sep 10, 2024
1 parent d42d9cf commit 0592c7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ jobs:
- os: ubuntu-22.04
python-version: '3.11'
toxenv: py311
- os: ubuntu-22.04
- os: ubuntu-24.04
python-version: '3.12'
toxenv: py312
- os: ubuntu-24.04
python-version: '3.13-dev'
toxenv: py313

env:
TOXENV: ${{ matrix.toxenv }}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tox configuration - if you change anything here, run this to verify: tox --recreate

[tox]
envlist = py{39,310,311,312},flake8,mypy
envlist = py{39,310,311,312,313},flake8,mypy

[testenv]
deps = pytest
Expand Down

0 comments on commit 0592c7a

Please sign in to comment.