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 4104f3e commit 85760d7Copy full SHA for 85760d7
.github/workflows/check.yml
@@ -20,6 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
py:
23
+ - "3.13"
24
- "3.12"
25
- "3.11"
26
- "3.10"
@@ -46,6 +47,7 @@ jobs:
46
47
uses: actions/setup-python@v5
48
with:
49
python-version: ${{ matrix.py }}
50
+ allow-prereleases: true
51
- name: Pick environment to run
52
run: |
53
import os; import platform; import sys; from pathlib import Path
tox.ini
@@ -3,6 +3,7 @@ requires =
3
tox>=4.2
4
env_list =
5
fix
6
+ py313
7
py312
8
py311
9
py310
0 commit comments