Skip to content

Commit 6465254

Browse files
authored
Merge pull request #63 from Embarcadero/docs
Including Python 3.11
2 parents 1acb05a + 93e7e49 commit 6465254

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)