Skip to content

Commit

Permalink
[ci] install 1, newer python only
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Aug 5, 2023
1 parent 1925b22 commit b9c29a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, 3]
python-version: [3.11]

defaults:
run:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, 3]
python-version: [3.11]

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

0 comments on commit b9c29a4

Please sign in to comment.