Skip to content

Commit

Permalink
Test on 3.7 to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 5, 2023
1 parent ebd053e commit 2e84e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: "3.11"
- uses: actions/cache@v2
name: Configure pip caching
with:
Expand Down

0 comments on commit 2e84e26

Please sign in to comment.