Skip to content

Commit 6aad1e5

Browse files
committed
Try Python 3.10
1 parent ff0b0f7 commit 6aad1e5

File tree

3 files changed

+562
-271
lines changed

3 files changed

+562
-271
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717

18-
- name: Install required system packages
19-
run: sudo apt install -y libxml2-dev libxslt-dev
20-
2118
- name: Set up Python
2219
uses: actions/setup-python@v5
2320
id: setup-python
2421
with:
25-
python-version: 3.12
22+
python-version: 3.10
2623
cache: pipenv
2724

2825
- 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.12"
16+
python_version = "3.10"

0 commit comments

Comments
 (0)