Skip to content

Commit b3a889e

Browse files
committed
Bump supported Python version to 3.10
1 parent 469c540 commit b3a889e

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: [3.9]
20+
python-version: ["3.10"]
2121
platform: [ubuntu-latest]
2222

2323
runs-on: ${{ matrix.platform }}

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
python-version: [3.9]
20+
python-version: ["3.10"]
2121
platform: [windows-latest]
2222

2323
runs-on: ${{ matrix.platform }}

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.9+.
15+
This is tested on Python 3.10+.
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
@@ -57,7 +57,7 @@
5757
htmlhelp_basename = 'VWSPYTHONdoc'
5858
autoclass_content = 'init'
5959
intersphinx_mapping = {
60-
'python': ('https://docs.python.org/3.9', None),
60+
'python': ('https://docs.python.org/3.10', None),
6161
}
6262
nitpicky = True
6363
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.9+.
13+
* ``python3`` on your ``PATH`` set to Python 3.10+.
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
@@ -20,7 +20,7 @@ license_file = LICENSE
2020
classifiers =
2121
Operating System :: POSIX
2222
Environment :: Web Environment
23-
Programming Language :: Python :: 3.9
23+
Programming Language :: Python :: 3.10
2424
License :: OSI Approved :: MIT License
2525
Development Status :: 5 - Production/Stable
2626
url = https://vws-python.readthedocs.io

0 commit comments

Comments
 (0)