Skip to content

Commit

Permalink
no v3.7
Browse files Browse the repository at this point in the history
bejager committed May 1, 2024
1 parent 0ed4fa7 commit 9a571d3
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-demo.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.8', '3.9', '3.10' ]

steps:
- uses: actions/checkout@v3
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v3

0 comments on commit 9a571d3

Please sign in to comment.