Skip to content

Commit 5387dc4

Browse files
committed
Update versions in the CI to Python 3.8
1 parent 96609cc commit 5387dc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Python 3.8
14+
- name: Set up Python 3.12
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: 3.8
17+
python-version: 3.12
1818
- uses: pre-commit/action@v2.0.0
1919

2020
build:
@@ -24,10 +24,10 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v2
27-
- name: Set up Python 3.8
27+
- name: Set up Python 3.12
2828
uses: actions/setup-python@v2
2929
with:
30-
python-version: 3.8
30+
python-version: 3.12
3131
- name: Install python dependencies
3232
run: |
3333
pip install --upgrade pip

0 commit comments

Comments
 (0)