We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b838854 commit bfbf822Copy full SHA for bfbf822
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup Python
24
uses: actions/setup-python@v4
25
with:
26
- python-version: 3.8
+ python-version: 3.11
27
cache: 'pip'
28
cache-dependency-path: '**/requirements*.txt'
29
- name: Pre-Commit hooks
requirements-dev.txt
@@ -7,4 +7,4 @@ flake8-import-order==0.18.2
7
flake8-requirements==2.0.1
8
mypy==1.7.0; implementation_name=="cpython"
9
pre-commit==3.5.0
10
-sphinx==7.1.2
+sphinx==7.2.6
0 commit comments