Skip to content

Commit

Permalink
.github/workflows/tests.yml: Move to final release of 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 3, 2022
1 parent f18bff4 commit 7e1704c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-rc.2"]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [2.7, 3.5, "3.10"]
python-version: [2.7, 3.5, "3.11"]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7e1704c

Please sign in to comment.