Skip to content

Commit 603c5d1

Browse files
committed
ci: test on py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 6f86366 commit 603c5d1

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
deps: [newest-deps]
1818
experimental: [false]
1919
include:
20+
- os: ubuntu-latest
21+
python-version: '3.13-dev'
22+
deps: newest-deps
23+
experimental: true
2024
- os: ubuntu-latest
2125
python-version: '3.11'
2226
deps: minimal-deps

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ classifiers = [
3636
"Programming Language :: Python :: 3.10",
3737
"Programming Language :: Python :: 3.11",
3838
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
40+
"Topic :: Software Development :: Quality Assurance",
3941
]
4042
dynamic = ["version"]
4143

0 commit comments

Comments
 (0)