Skip to content

Commit 32596e3

Browse files
committed
add Python 3.9 to setup
1 parent 77a389f commit 32596e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def setup_package():
9090
"Programming Language :: Python :: 3.6",
9191
"Programming Language :: Python :: 3.7",
9292
"Programming Language :: Python :: 3.8",
93+
"Programming Language :: Python :: 3.9",
9394
],
9495
package_data={"libpysal": list(example_data_files)},
9596
install_requires=install_reqs,

0 commit comments

Comments
 (0)