Skip to content

Commit 53b2cae

Browse files
committed
chore: test against Python 3.13
1 parent be1767f commit 53b2cae

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: "ubuntu-latest"
1313
strategy:
1414
matrix:
15-
python-version: ["3.12", "3.11", "3.10", 3.9, pypy-3.9]
15+
python-version: ["3.13", "3.12", "3.11", "3.10", 3.9, pypy-3.9]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2930
"Programming Language :: Python :: Implementation :: CPython",
3031
"Programming Language :: Python :: Implementation :: PyPy",
3132
"Topic :: Software Development",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ envlist =
88
py310
99
py311
1010
py312
11+
py313
1112
pypy3
1213

1314
[testenv:test]

0 commit comments

Comments
 (0)