Skip to content

Commit daa5e15

Browse files
committed
Change supported version to 3.9
1 parent eabfbf5 commit daa5e15

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Installation
1212
1313
pip install vws-python
1414
15-
This is tested on Python 3.8+.
15+
This is tested on Python 3.9+.
1616
Get in touch with ``adamdangoor@gmail.com`` if you would like to use this with another language.
1717

1818
Getting Started

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
htmlhelp_basename = 'VWSPYTHONdoc'
6262
autoclass_content = 'init'
6363
intersphinx_mapping = {
64-
'python': ('https://docs.python.org/3.8', None),
64+
'python': ('https://docs.python.org/3.9', None),
6565
}
6666
nitpicky = True
6767
warning_is_error = True

docs/source/release-process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Outcomes
1010
Prerequisites
1111
~~~~~~~~~~~~~
1212

13-
* ``python3`` on your ``PATH`` set to Python 3.8+.
13+
* ``python3`` on your ``PATH`` set to Python 3.9+.
1414
* ``virtualenv``.
1515
* Push access to this repository.
1616
* Trust that ``master`` is ready and high enough quality for release.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ license_file = LICENSE
5959
classifiers =
6060
Operating System :: POSIX
6161
Environment :: Web Environment
62-
Programming Language :: Python :: 3.8
62+
Programming Language :: Python :: 3.9
6363
License :: OSI Approved :: MIT License
6464
Development Status :: 5 - Production/Stable
6565
url = https://vws-python.readthedocs.io

0 commit comments

Comments
 (0)