Skip to content

Commit

Permalink
Test on Python 3.11 (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Oct 4, 2022
1 parent ecc01a0 commit b71f9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
include:
- os: macos-latest
python-version: "3.9"
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: ["3.8"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
python-version: ["3.8"]

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

0 comments on commit b71f9ca

Please sign in to comment.