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 19d7b79 commit 013fa90Copy full SHA for 013fa90
setup.cfg
@@ -7,15 +7,16 @@ long_description_content_type = text/markdown
7
author = The MacPorts Project
8
author_email = [email protected]
9
url= https://github.com/macports/upt-macports
10
-python_requires = >= 3.7
+python_requires = >= 3.9
11
classifiers =
12
Development Status :: 3 - Alpha
13
License :: OSI Approved :: BSD License
14
Programming Language :: Python :: 3
15
- Programming Language :: Python :: 3.7
16
- Programming Language :: Python :: 3.8
17
Programming Language :: Python :: 3.9
18
Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
+ Programming Language :: Python :: 3.12
19
+ Programming Language :: Python :: 3.13
20
Programming Language :: Python :: 3 :: Only
21
22
[options]
0 commit comments