Skip to content

Commit 5ab5bef

Browse files
committed
Test also on Python 3.13
1 parent 405af1d commit 5ab5bef

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [ubuntu-latest]
37-
python-version: ["3.9", "3.10", "3.11", "3.12", "pypy-3.9"]
37+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9"]
3838
optional-deps: [true]
3939
with-libs: [true]
4040
include:

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ development version
186186
~~~~~~~~~~~~~~~~~~~
187187

188188
* Dropped support for Python 3.8
189+
* Started supporting Python 3.13
189190

190191
v2.0.2 (2024-06-12)
191192
~~~~~~~~~~~~~~~~~~~

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = black,flake8,mypy,py39,py310,py311,py312,pypy3
2+
envlist = black,flake8,mypy,py39,py310,py311,py312,py313,pypy3
33
isolated_build = True
44

55
[testenv]

0 commit comments

Comments
 (0)