@@ -59,14 +59,14 @@ def pyload(path):
5959
6060 # Specify the Python versions you support here. In particular, ensure
6161 # that you indicate whether you support Python 2, Python 3 or both.
62- 'Programming Language :: Python :: 2' ,
63- 'Programming Language :: Python :: 2.7' ,
6462 'Programming Language :: Python :: 3' ,
6563 'Programming Language :: Python :: 3.4' ,
6664 'Programming Language :: Python :: 3.5' ,
6765 'Programming Language :: Python :: 3.6' ,
6866 'Programming Language :: Python :: 3.7' ,
6967 'Programming Language :: Python :: 3.8' ,
68+ 'Programming Language :: Python :: 3.9' ,
69+ 'Programming Language :: Python :: 3.10' ,
7070 ],
7171 url = 'http://julialang.org' ,
7272 project_urls = {
@@ -77,6 +77,7 @@ def pyload(path):
7777 packages = find_packages ("src" ),
7878 package_dir = {"" : "src" },
7979 package_data = {"julia" : ["*.jl" ]},
80+ python_requires = ">=3.4" ,
8081 extras_require = {
8182 # Update `ci/test-upload/tox.ini` when "test" is changed:
8283 "test" : [
0 commit comments