Skip to content

Commit

Permalink
github: Update Python versions as 3.6 is no installed anymore
Browse files Browse the repository at this point in the history
Also use strings as 3.10 is otherwise interpreted as number and
becomes 3.1.
  • Loading branch information
tobiasbrunner committed Oct 3, 2023
1 parent 0680d9b commit 19f6bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
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 19f6bef

Please sign in to comment.