Skip to content

Commit

Permalink
Remove python versions missing from gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlocke committed Aug 28, 2024
1 parent 296c89f commit b1ac4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-20.04]
python-version: [3.6, 3.8, 3.11, pypy-3.7.13, pypy-3.11]
python-version: [3.8, 3.11, pypy-3.8, pypy-3.10]
steps:
- uses: actions/checkout@v2
- name: Setup Python environment
Expand Down

0 comments on commit b1ac4e7

Please sign in to comment.