diff --git a/README.rst b/README.rst index fb21191..8918853 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ PyOphidia: Python bindings for Ophidia It is an alternative to Oph_Term, the Ophidia no-GUI interpreter component, and a convenient way to submit SOAP HTTPS requests to an Ophidia server or to develop your own application using Python. -It runs on Python 2.7, 3.3, 3.4, 3.5, 3.6 and 3.7 has no Python dependencies and is pure-Python code. It requires a running Ophidia instance for client-server interactions. The latest PyOphidia version (v1.9) is compatible with Ophidia v1.6. +It runs on Python 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8 has no Python dependencies and is pure-Python code. It requires a running Ophidia instance for client-server interactions. The latest PyOphidia version (v1.9) is compatible with Ophidia v1.6. It provides 2 main modules: diff --git a/setup.py b/setup.py index 093aeab..c378e8b 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ def read(*paths): 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Scientific/Engineering', #'Private :: Do Not Upload',