We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658ccc8 commit 320bbacCopy full SHA for 320bbac
.github/workflows/test.yml
@@ -16,10 +16,10 @@ jobs:
16
with:
17
egress-policy: audit
18
19
- - name: Setup python 3.12
+ - name: Setup python 3.13
20
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
21
22
- python-version: '3.12'
+ python-version: '3.13'
23
24
- name: Checkout
25
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py312
+envlist = py313
3
[testenv]
4
deps =
5
pytest
0 commit comments