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 1530583 commit 681545cCopy full SHA for 681545c
.github/workflows/ci.yml
@@ -48,10 +48,10 @@ jobs:
48
- uses: actions/checkout@v4
49
with:
50
fetch-depth: 0
51
- - name: Set up Python 3.9
+ - name: Set up Python 3.10
52
uses: actions/setup-python@v5
53
54
- python-version: 3.9
+ python-version: '3.10'
55
- name: Install dependencies
56
run: |
57
python -m pip install --upgrade pip
tox.ini
@@ -35,7 +35,6 @@ commands =
35
asv run {posargs}
36
37
[testenv:docs]
38
-basepython = python3.10
39
envdir = .tox/docs
40
deps =
41
-e .[dev]
0 commit comments