File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version: 2
99build :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -23,15 +23,12 @@ passenv =
2323
2424[testenv:docs]
2525description = Build and test the documentation
26- basepython = py312
26+ basepython = py313
2727dependency_groups =
2828 docs
2929extras =
3030 canalystii
3131 gs-usb
32- mf4
33- remote
34- serial
3532commands =
3633 python -m sphinx -b html -Wan --keep-going doc build
3734 python -m sphinx -b doctest -W --keep-going doc build
You can’t perform that action at this time.
0 commit comments