Skip to content

Commit

Permalink
github actions remove py 3.5 entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 authored Aug 20, 2024
1 parent 2f985fe commit 63a88fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
matrix:
#os: [ubuntu-latest, macos-latest, windows-latest] # ubuntu-latest as of 2023-06 (possibly late 2022) is ubuntu-22.04
os: [ubuntu-20.04, macos-latest, windows-latest]
python-version: ['3.5', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy2.7', 'pypy3.8']
#python-version: ['3.5', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy2.7', 'pypy3.8']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy2.7', 'pypy3.8']
exclude:
- os: macos-latest
python-version: '3.5'
Expand Down

0 comments on commit 63a88fb

Please sign in to comment.