We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbcab2 commit fd7cba2Copy full SHA for fd7cba2
.github/workflows/tests.yml
@@ -44,10 +44,10 @@ jobs:
44
tox-env: ["black", "lint", "docs"]
45
steps:
46
- uses: actions/checkout@v2
47
- - name: Set up Python 3.10
+ - name: Set up Python 3.12
48
uses: actions/setup-python@v2
49
with:
50
- python-version: "3.10"
+ python-version: "3.12"
51
- name: Install dependencies
52
run: |
53
python -m pip install --upgrade pip
.readthedocs.yaml
@@ -1,9 +1,9 @@
1
version: 2
2
3
build:
4
- os: "ubuntu-22.04"
+ os: "ubuntu-24.04"
5
tools:
6
- python: "3.10"
+ python: "3.12"
7
8
sphinx:
9
configuration: docs/conf.py
0 commit comments