Skip to content

Commit

Permalink
CI: use 3.11 final (#53)
Browse files Browse the repository at this point in the history
* use Python 3.11 final release in CI now that it is
available
  • Loading branch information
tylerjereddy authored Oct 25, 2022
1 parent 25d148e commit 94553b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-rc.1"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
kokkos-branch: ['develop']

steps:
Expand Down

0 comments on commit 94553b7

Please sign in to comment.