We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a389f commit 32596e3Copy full SHA for 32596e3
setup.py
@@ -90,6 +90,7 @@ def setup_package():
90
"Programming Language :: Python :: 3.6",
91
"Programming Language :: Python :: 3.7",
92
"Programming Language :: Python :: 3.8",
93
+ "Programming Language :: Python :: 3.9",
94
],
95
package_data={"libpysal": list(example_data_files)},
96
install_requires=install_reqs,
0 commit comments