We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52dba92 commit 261a8fdCopy full SHA for 261a8fd
1 file changed
.github/workflows/ci.yml
@@ -59,6 +59,7 @@ jobs:
59
- "3.11"
60
- "3.12"
61
- "3.13"
62
+ - "3.14"
63
- "pypy-3.9"
64
- "pypy-3.10"
65
os: ["ubuntu-latest"]
@@ -76,6 +77,7 @@ jobs:
76
77
- name: Set up Python ${{ matrix.python-version }}
78
uses: actions/setup-python@v5
79
with:
80
+ allow-prereleases: true
81
python-version: ${{ matrix.python-version }}
82
- name: Install tox and upgrade setuptools
83
run: pip install --upgrade tox setuptools
0 commit comments