Skip to content

Commit 8adc719

Browse files
committed
Fixing the CI to support Python 3.11
1 parent 819c0f0 commit 8adc719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_release_version():
8181
license="Other/Proprietary License",
8282
license_files=["LICENSE.md"],
8383
url="https://github.com/Embarcadero/DelphiVCL4Python",
84-
python_requires=">=3.3<=3.11",
84+
python_requires=">=3.7",
8585
packages=[pkgname],
8686
package_data={pkgname: pkgdata},
8787
classifiers=[

0 commit comments

Comments
 (0)