Skip to content

Commit

Permalink
Add 3.13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Dec 3, 2024
1 parent 00ec9e1 commit 7beb1ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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 :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Visualization",
Expand Down Expand Up @@ -239,7 +240,7 @@ legacy_tox_ini = """
# TODO(michalk8): upgrade to `tox>=4.0` once `tox-conda` supports it
requires = tox-conda
isolated_build = true
envlist = lint-code,py{3.9,3.10,3.11,3.12}-{slepc,noslepc}
envlist = lint-code,py{3.9,3.10,3.11,3.12,3.13}-{slepc,noslepc}
skip_missing_interpreters = true
[testenv]
Expand Down

0 comments on commit 7beb1ec

Please sign in to comment.