We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a9ea8 commit 08572e2Copy full SHA for 08572e2
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python-version: ["3.12", "3.13"]
+ python-version: ["3.12", "3.13", "3.14"]
18
os: [macos-latest, ubuntu-latest]
19
steps:
20
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
tox.ini
@@ -3,7 +3,7 @@ requires =
3
tox>=4.2
4
env_list =
5
lint
6
- py{313, 312}
+ py{314, 313, 312}
7
8
[testenv]
9
skip_install = true
0 commit comments