Skip to content

Commit

Permalink
Run tests on supported versions of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm committed Jan 28, 2024
1 parent 7239efa commit 236331c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, 3.10, 3.11]
env:
PYTHONPATH: ${{ github.workspace }}
services:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.10'
'Programming Language :: Python :: 3.11'
],
)

0 comments on commit 236331c

Please sign in to comment.