Skip to content

Commit 0b5ffce

Browse files
committed
Install using the lowest version
1 parent 8dc78fe commit 0b5ffce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@v3
48-
- name: Setup Python 3.11
48+
- name: Setup Python 3.9
4949
uses: actions/setup-python@v3
5050
with:
51-
python-version: '3.11'
51+
python-version: '3.9'
5252
- name: Install dependencies
5353
run:
5454
python -m pip install -U pip wheel twine

0 commit comments

Comments
 (0)