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 5a41825 commit 3d8064dCopy full SHA for 3d8064d
.github/workflows/check.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v5
28
- uses: actions/setup-python@v6
29
with:
30
- python-version: '3.13'
+ python-version: '3.14'
31
- name: Install prerequisites
32
run: python -m pip install tox
33
- name: Run ${{ matrix.env }}
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
run: python -m pip install build twine wheel
22
- name: Build package
0 commit comments