File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 +.
1616Get in touch with ``adamdangoor@gmail.com `` if you would like to use this with another language.
1717
1818Getting Started
Original file line number Diff line number Diff line change 6161htmlhelp_basename = 'VWSPYTHONdoc'
6262autoclass_content = 'init'
6363intersphinx_mapping = {
64- 'python' : ('https://docs.python.org/3.8 ' , None ),
64+ 'python' : ('https://docs.python.org/3.9 ' , None ),
6565}
6666nitpicky = True
6767warning_is_error = True
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Outcomes
1010Prerequisites
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.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ license_file = LICENSE
5959classifiers =
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
6565url = https://vws-python.readthedocs.io
You can’t perform that action at this time.
0 commit comments