Skip to content

Commit

Permalink
ye oldy versions only
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Oct 19, 2023
1 parent 8bd6925 commit 5a1ec44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
test:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11]
python-version: [3.6, 3.7, 3.8, 3.9]

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout code
Expand Down

0 comments on commit 5a1ec44

Please sign in to comment.