Skip to content

Commit 78b975e

Browse files
committed
Update CI python versions
1 parent 9a1a1d6 commit 78b975e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
py_version: ["3.9"]
20+
py_version: ["3.11"]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Python
4747
uses: actions/setup-python@v4
4848
with:
49-
python-version: 3.9
49+
python-version: 3.11
5050

5151
- name: Install pypa/build
5252
run: >-

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
py_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
22+
py_version: ["3.8", "3.9", "3.10", "3.11"]
2323

2424
steps:
2525
- uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python
4949
uses: actions/setup-python@v4
5050
with:
51-
python-version: 3.9
51+
python-version: 3.11
5252
- name: Install dependencies
5353
run: |
5454
pip install --upgrade setuptools pip

0 commit comments

Comments
 (0)