Skip to content

Commit 95dbd1a

Browse files
committed
chore: Enable 3.13 tests
1 parent cb81d8b commit 95dbd1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
strategy:
9696
matrix:
97-
python-version: ["3.9", "3.10", "3.11", "3.12"] #, "3.13"]
97+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9898
dependencies: [latest, pre]
9999
include:
100100
- python-version: "3.9"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
requires =
33
tox>=4
44
envlist =
5-
py3{9,10,11,12}-latest
5+
py3{9,10,11,12,13}-latest
66
py39-min
7-
py3{10,11,12}-pre
7+
py3{10,11,12,13}-pre
88
skip_missing_interpreters = true
99

1010
# Configuration that allows us to split tests across GitHub runners effectively

0 commit comments

Comments
 (0)