Skip to content

Commit

Permalink
fix: drop python 3.7 support as required
Browse files Browse the repository at this point in the history
Adding extra steps to run builds on optional for 3.7.16 on macos latest and 3.7 for windows and ubuntu
  • Loading branch information
AleJo2995 authored Jun 26, 2023
1 parent c3c28de commit cf4160b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/python-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,19 @@ jobs:
path: ~/Library/Caches/pip
- os: windows-latest
path: ~\AppData\Local\pip\Cache
python-version: [3.7, 3.8, 3.9]
# optional 3.7 test
- os: ubuntu-latest
path: ~/.cache/pip
python-version: 3.7
# optional 3.7 test
- os: macos-latest
path: ~/Library/Caches/pip
python-version: 3.7.16
# optional 3.7 test
- os: windows-latest
path: ~\AppData\Local\pip\Cache
python-version: 3.7
python-version: [3.8, 3.9]

steps:
- name: Don't mess with line endings
Expand Down

0 comments on commit cf4160b

Please sign in to comment.