Skip to content

Commit

Permalink
tests for 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jan 21, 2022
1 parent 7a7c0b7 commit e6ffb99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
python-version: ['3.8', '3.9']
python-version: ['3.8', '3.9', '3.10']

runs-on: ${{ matrix.os }}-latest

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.9'

- run: pip install -U pip wheel
- run: pip install -r tests/requirements-linting.txt
Expand All @@ -79,7 +79,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.9'

- name: install
run: |
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
Expand Down

0 comments on commit e6ffb99

Please sign in to comment.