Skip to content

Commit 27926f6

Browse files
committed
add 3.13 to supported Python versions
1 parent 5b04677 commit 27926f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.10",
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
34+
"Programming Language :: Python :: 3.13",
3435
"License :: OSI Approved :: BSD License",
3536
"Operating System :: OS Independent"
3637
]
@@ -67,7 +68,7 @@ doctest_optionflags = [
6768

6869
[tool.black]
6970
line-length = 127
70-
target-version = ['py39', 'py310', 'py311', 'py312']
71+
target-version = ['py39', 'py310', 'py311', 'py312', 'py313']
7172
preview = true
7273
exclude = '''
7374
/(

0 commit comments

Comments
 (0)