diff --git a/README.rst b/README.rst index 970e2d51..ac0b4eee 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ Building and installing require the JDK, Python, and optionally numpy to be inst Dependencies ------------ -* Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, or 3.8 +* Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, or 3.9 * Java >= 1.7 * NumPy >= 1.7 (optional) diff --git a/commands/test.py b/commands/test.py index b3d91ef8..517a9a78 100644 --- a/commands/test.py +++ b/commands/test.py @@ -37,7 +37,7 @@ def run(self): classpath = os.path.join(self.java_build, 'jep-' + version + '.jar') classpath += os.pathsep + os.path.join(self.java_build, 'jep-' + version + '-test.jar') classpath += os.pathsep + 'src/test/python/lib/sqlitejdbc-v056.jar' - classpath += os.pathsep + 'stc/test/python/lib/fakenetty.jar' + classpath += os.pathsep + 'src/test/python/lib/fakenetty.jar' # setup environment variables environment = {} diff --git a/setup.py b/setup.py index 638c469c..8c20aff3 100755 --- a/setup.py +++ b/setup.py @@ -101,6 +101,7 @@ def read_file(name): 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: CPython', ], ext_modules=[