Skip to content

Commit 0a3a5c2

Browse files
Update matrix envs
1 parent 4932afc commit 0a3a5c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: ["3.8","3.9","3.10","3.11"]
19+
python-version: ["3.10","3.11", "3.12"]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Python ${{ matrix.python-version }}
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@v2
5252
with:
53-
python-version: '3.8'
53+
python-version: '3.10'
5454
- name: Install dependencies
5555
run: |
5656
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)