Skip to content

Commit 35ded7c

Browse files
committed
it's python >=3.13
1 parent bd52351 commit 35ded7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "edit-python-pe"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Allows member and project profile editing onto python.pe git repository"
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
# Specify the Python versions you support here.
2323
"Programming Language :: Python :: 3",
24-
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2525
]
2626
module = "edit_python_pe"
2727
dependencies = [

0 commit comments

Comments
 (0)