Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 625cf2c

Browse files
author
Jaquier Aurélien Tristan
committed
add testing for python 3.13
1 parent cf9d1f9 commit 625cf2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ["3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1616
include:
1717
- os: macos-12
1818
python-version: "3.10"

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ python =
88
3.10: py3
99
3.11: py3
1010
3.12: py3
11+
3.13: py3
1112

1213
[testenv]
1314
envdir =
14-
py3{9,10,11,12,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
15+
py3{9,10,11,12,13,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
1516
docs: {toxworkdir}/docs
1617
extras = tests
1718
deps =

0 commit comments

Comments
 (0)