We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca817ce commit bb7588cCopy full SHA for bb7588c
setup.py
@@ -36,7 +36,7 @@
36
37
# note: release candidates should be versioned as a pre-release, e.g. "1.1rc1"
38
# 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware
39
-VERSION = '5.0.0'
+VERSION = '5.1.0'
40
41
42
# Utility function to read README file
@@ -75,6 +75,8 @@ def read(fname):
75
"Programming Language :: Python :: 3.9",
76
"Programming Language :: Python :: 3.10",
77
"Programming Language :: Python :: 3.11",
78
+ "Programming Language :: Python :: 3.12",
79
+ "Programming Language :: Python :: 3.13",
80
"Topic :: Scientific/Engineering",
81
"Topic :: Software Development :: Build Tools",
82
],
0 commit comments