Skip to content

Commit

Permalink
TST: add CPython 3.13 to regular test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 8, 2024
1 parent d532a48 commit 09c967d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
test-args: [--with 'viscm>=0.10']

include:
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
matrix:
python-version:
- '3.10'
- '3.12'
- '3.13'

runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Utilities",
"Framework :: Matplotlib",
Expand Down

0 comments on commit 09c967d

Please sign in to comment.