Skip to content

Commit 3a2ae95

Browse files
hugovkezio-melotti
andauthored
Test Python 3.13 (#699)
Co-authored-by: Ezio Melotti <[email protected]>
1 parent 50e0ee5 commit 3a2ae95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.11", "3.12"]
15+
# remember to update the envlist in tox.ini too
16+
python-version: ["3.11", "3.12", "3.13"]
1617

1718
steps:
1819
- uses: actions/checkout@v4

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{312, 311}
2+
envlist = py{313, 312, 311}
33
toxworkdir = {env:TOX_WORK_DIR:.tox}
44

55
[testenv]

0 commit comments

Comments
 (0)