Skip to content

Commit fbf27a7

Browse files
committed
chore: update minimum python in workflow
1 parent 2a41576 commit fbf27a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build wheels
3737
run: python -m cibuildwheel --output-dir dist/
3838
env:
39-
CIBW_BUILD: "cp38* cp39* cp310* cp311* cp312*"
39+
CIBW_BUILD: "cp39* cp310* cp311* cp312*"
4040
CIBW_SKIP: "*_i686 *win32 *musllinux* pp*"
4141
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
4242
CIBW_TEST_REQUIRES: "pytest"

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, windows-latest]
14-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.9', '3.10', '3.11', '3.12']
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)