python 3.10 ready .. ?

This commit is contained in:
Jeff Epler 2021-10-06 09:35:09 -05:00
parent b5ba5e26c5
commit 6291552234
2 changed files with 9 additions and 4 deletions

View file

@ -17,9 +17,10 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- '3.7'
- '3.8'
- '3.9'
- '3.10'
env:
PYTHON: ${{ matrix.python-version }}
@ -34,7 +35,7 @@ jobs:
- uses: actions/checkout@v2.2.0
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

View file

@ -12,6 +12,10 @@ long_description_content_type = text/markdown
url = https://github.com/jepler/wwvbpy
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent