Skip to content

Commit d8f9f5e

Browse files
committed
Set minimal Python version to 3.8
1 parent 88e0aee commit d8f9f5e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: snok/latest-python-versions@v1
1717
id: get-python-versions-action
1818
with:
19-
min-version: '3.12'
19+
min-version: '3.13'
2020

2121
test:
2222
needs: [get-python-versions]

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
strategy:
1818
matrix:
1919
# see https://www.python.org/downloads/
20-
python-version: [ '3.7', '3.13', '3.x' ]
20+
python-version: [ '3.8', '3.13', '3.x' ]
21+
continue-on-error: true
2122

2223
steps:
2324
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)