Skip to content

Commit 9ff5abd

Browse files
committed
use x86 python3.7 version
1 parent 0cc695b commit 9ff5abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
max-parallel: 15
2222
matrix:
23-
python-version: ['3.7.17', '3.8', '3.9', '3.10', '3.11']
23+
python-version: ['3.7.9', '3.8', '3.9', '3.10', '3.11']
2424
env:
2525
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
2626
name: Python ${{ matrix.python-version }} test

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python 3.7
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: 3.7.17
24+
python-version: 3.7.9
2525

2626
- name: Cache Poetry virtualenv
2727
uses: actions/cache@v3

0 commit comments

Comments
 (0)