Skip to content

Commit 320bbac

Browse files
committed
Bump python version to 3.13
1 parent 658ccc8 commit 320bbac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
egress-policy: audit
1818

19-
- name: Setup python 3.12
19+
- name: Setup python 3.13
2020
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2121
with:
22-
python-version: '3.12'
22+
python-version: '3.13'
2323

2424
- name: Checkout
2525
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py312
2+
envlist = py313
33
[testenv]
44
deps =
55
pytest

0 commit comments

Comments
 (0)