Skip to content

Commit

Permalink
Add 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Aug 2, 2022
1 parent a5fb189 commit f8084e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7',
'3.8',
'3.9',
'3.10',
'3.11']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit f8084e1

Please sign in to comment.