Skip to content

Commit 61773fc

Browse files
committed
Fixing tox older python constraints
1 parent 1eba6b8 commit 61773fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ deps =
3737
commands = black src/github3/ tests/
3838

3939
[testenv:notebooks]
40-
basepython = python3.8
40+
basepython = python3.10
4141
deps =
4242
ipython[notebook]
4343
commands = python tests/nbtest.py
4444

45-
[testenv:py39-docstrings]
45+
[testenv:py310-docstrings]
4646
deps =
4747
flake8 >= 5.0.0
4848
commands = flake8 {posargs} src/github3/ tests/unit/ tests/integration/

0 commit comments

Comments
 (0)