We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e0ee5 commit 3a2ae95Copy full SHA for 3a2ae95
.github/workflows/ci.yml
@@ -12,7 +12,8 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- python-version: ["3.11", "3.12"]
+ # remember to update the envlist in tox.ini too
16
+ python-version: ["3.11", "3.12", "3.13"]
17
18
steps:
19
- uses: actions/checkout@v4
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py{312, 311}
+envlist = py{313, 312, 311}
3
toxworkdir = {env:TOX_WORK_DIR:.tox}
4
5
[testenv]
0 commit comments