We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0415a15 commit 651a579Copy full SHA for 651a579
.github/workflows/publish_pypi.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version: "3.7"
+ python-version: "3.9"
17
- name: Build packages
18
run: bash foreach.sh build
19
- name: Publish packages
.github/workflows/test-build-package.yml
@@ -11,7 +11,7 @@ jobs:
11
12
run: |
bash foreach.sh build
.github/workflows/test-python.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
include:
24
- - python-version: "3.7"
+ - python-version: "3.9"
25
arch: "ARM64"
26
- python-version: "3.13"
27
arch: "X64"
0 commit comments