Skip to content

Commit 47748a1

Browse files
committed
docs: remove unused extras, use py3.13
1 parent 7bc904e commit 47748a1

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Set up Python
132132
uses: actions/setup-python@v5
133133
with:
134-
python-version: "3.12"
134+
python-version: "3.13"
135135
- name: Install dependencies
136136
run: |
137137
python -m pip install --upgrade pip

.readthedocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.12"
12+
python: "3.13"
1313
jobs:
1414
post_install:
1515
- pip install --group docs
@@ -31,6 +31,3 @@ python:
3131
extra_requirements:
3232
- canalystii
3333
- gs-usb
34-
- mf4
35-
- remote
36-
- serial

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
("py:class", "~P1"),
139139
# intersphinx fails to reference some builtins
140140
("py:class", "asyncio.events.AbstractEventLoop"),
141-
("py:class", "_thread.allocate_lock"),
141+
("py:class", "_thread.lock"),
142142
]
143143

144144
# mock windows specific attributes

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,12 @@ passenv =
2323

2424
[testenv:docs]
2525
description = Build and test the documentation
26-
basepython = py312
26+
basepython = py313
2727
dependency_groups =
2828
docs
2929
extras =
3030
canalystii
3131
gs-usb
32-
mf4
33-
remote
34-
serial
3532
commands =
3633
python -m sphinx -b html -Wan --keep-going doc build
3734
python -m sphinx -b doctest -W --keep-going doc build

0 commit comments

Comments
 (0)