Skip to content

Commit

Permalink
Test for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Dec 11, 2024
1 parent 321b0af commit b6426c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
experimental: [false]
os: [ubuntu-22.04]
#include:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
Expand Down Expand Up @@ -197,7 +198,7 @@ max-line-length = 99
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py310, py311, py312, lint, type-check, docs, build
envlist = py310, py311, py312, py313, lint, type-check, docs, build
skip_missing_interpreters = True
isolated_build = True
requires =
Expand Down

0 comments on commit b6426c1

Please sign in to comment.