Skip to content

Commit

Permalink
build: add support for python 3.13 (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiQube authored Nov 7, 2024
1 parent 70b435a commit 4042879
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- py310
- py311
- py312
- py313
exclude:
- os: macos-latest
tox_env: py39
Expand All @@ -33,6 +34,8 @@ jobs:
tox_env: py311
- os: macos-13
tox_env: py312
- os: macos-13
tox_env: py313
include:
- tox_env: py39
python: "3.9"
Expand All @@ -42,6 +45,8 @@ jobs:
python: "3.11"
- tox_env: py312
python: "3.12"
- tox_env: py313
python: "3.13"
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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",
"Typing :: Typed"
]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
py310
py311
py312
py313
build
docs
coverage
Expand Down

0 comments on commit 4042879

Please sign in to comment.