Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2023
1 parent 7e1afbd commit 0b618a3
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 @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [2.7, "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest]

steps:
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
python-version: ["2.7", "3.11"]
python-version: ["3.11"]

steps:
- uses: styfle/cancel-workflow-action@0.9.1
Expand Down

0 comments on commit 0b618a3

Please sign in to comment.