Skip to content

Commit 93e7e49

Browse files
committed
Including Python 3.11
1 parent 88ffa56 commit 93e7e49

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
@@ -83,7 +83,7 @@ def get_release_version():
8383
license="Other/Proprietary License",
8484
license_files=["LICENSE.md"],
8585
url = "https://github.com/Embarcadero/DelphiFMX4Python",
86-
python_requires=">=3.3<=3.10",
86+
python_requires=">=3.3",
8787
packages=[pkgname],
8888
package_data={pkgname: pkgdata},
8989
classifiers=[

0 commit comments

Comments
 (0)