Skip to content

Commit

Permalink
TST Test on Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
luispedro committed May 11, 2023
1 parent 3d48c10 commit dee23ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -9,7 +9,14 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
python-version:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit dee23ce

Please sign in to comment.