Skip to content

Commit 6b67e1a

Browse files
committed
chore(ci): Enable Python 3.13 tests
1 parent 47b0fa4 commit 6b67e1a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
strategy:
9696
matrix:
97-
python-version: ["3.9", "3.10", "3.11", "3.12"]
97+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9898
dependencies: [latest, pre]
9999
include:
100100
- python-version: "3.9"

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python =
1414
3.10: py310
1515
3.11: py311
1616
3.12: py312
17+
3.13: py313
1718

1819
[gh-actions:env]
1920
DEPENDS =
@@ -53,6 +54,8 @@ pass_env =
5354
CLICOLOR
5455
CLICOLOR_FORCE
5556
PYTHON_GIL
57+
deps =
58+
py313: traits @ git+https://github.com/enthought/traits.git@10954eb
5659
extras = tests
5760
setenv =
5861
pre: PIP_EXTRA_INDEX_URL=https://pypi.anaconda.org/scientific-python-nightly-wheels/simple

0 commit comments

Comments
 (0)