Skip to content

Commit 255c8d6

Browse files
committed
Merge branch '3.0.x'
2 parents 67ed369 + bea5876 commit 255c8d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24+
- {python: '3.13'}
2425
- {python: '3.12'}
2526
- {name: Windows, python: '3.12', os: windows-latest}
2627
- {name: Mac, python: '3.12', os: macos-latest}

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py3{12,11,10,9,8}
3+
py3{13,12,11,10,9,8}
44
pypy310
55
py312-min
66
py38-dev

0 commit comments

Comments
 (0)