Skip to content

Commit

Permalink
Let's see if the tests still pass on 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jan 9, 2024
1 parent 9803000 commit 31683b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
python-version: [3.8, "3.10"]
exclude:
- os: macOS-10.15
python-version: 3.8
python-version: "3.10"
- os: windows-latest
python-version: 3.8
python-version: "3.10"

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

0 comments on commit 31683b3

Please sign in to comment.