Skip to content

Commit aa74a5c

Browse files
committed
ci: darwin-arm64 only has Python 3.8
1 parent 129877e commit aa74a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
python-version: ['3.6', '3.11']
13+
python-version: ['3.8', '3.11']
1414
os: [macos-latest, ubuntu-latest, windows-latest]
1515
extras: ['all', 'none']
1616

.github/workflows/deploy_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ['3.10']
14+
python-version: ['3.11']
1515
steps:
1616
- uses: actions/checkout@v3
1717
with:

0 commit comments

Comments
 (0)