Skip to content

Commit 85441b0

Browse files
committed
build: we run fine on Python 3.12 and 3.13
1 parent 9d81369 commit 85441b0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2022
]
2123

2224
requires-python = ">= 3.8"

scriv.d/20241109_072856_nedbat.rst

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Added
2+
.....
3+
4+
- Declared support for Python 3.12 and 3.13

0 commit comments

Comments
 (0)