Skip to content

Commit 013fa90

Browse files
committed
Update supported versions of Python
1 parent 19d7b79 commit 013fa90

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ long_description_content_type = text/markdown
77
author = The MacPorts Project
88
author_email = [email protected]
99
url= https://github.com/macports/upt-macports
10-
python_requires = >= 3.7
10+
python_requires = >= 3.9
1111
classifiers =
1212
Development Status :: 3 - Alpha
1313
License :: OSI Approved :: BSD License
1414
Programming Language :: Python :: 3
15-
Programming Language :: Python :: 3.7
16-
Programming Language :: Python :: 3.8
1715
Programming Language :: Python :: 3.9
1816
Programming Language :: Python :: 3.10
17+
Programming Language :: Python :: 3.11
18+
Programming Language :: Python :: 3.12
19+
Programming Language :: Python :: 3.13
1920
Programming Language :: Python :: 3 :: Only
2021

2122
[options]

0 commit comments

Comments
 (0)