Skip to content

Commit 57b665a

Browse files
committed
Updated Python version
1 parent 054ec07 commit 57b665a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .github/workflows/deploypypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: '3.8'
15+
python-version: '3.12'
1616
- name: Install project dependencies
1717
run: |
1818
python -m pip install --upgrade pip

Diff for: .github/workflows/unittests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.8]
18+
python-version: [3.12]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- name: Checkout code
22+
uses: actions/checkout@v2
2223
- name: Set up Python ${{ matrix.python-version }}
2324
uses: actions/setup-python@v1
2425
with:

0 commit comments

Comments
 (0)