Skip to content

Commit 2276548

Browse files
committed
Try to upgrade CI Python to 3.12
1 parent 83f217a commit 2276548

File tree

3 files changed

+256
-125
lines changed

3 files changed

+256
-125
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-python@v5
2020
id: setup-python
2121
with:
22-
python-version: 3.9
22+
python-version: 3.12
2323
cache: pipenv
2424

2525
- name: Install pipenv

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ sphinx-autobuild = ">=2020.09.01"
1313
sphinx-intl = ">=2.0,<3.0"
1414

1515
[requires]
16-
python_version = "3.9"
16+
python_version = "3.12"

0 commit comments

Comments
 (0)