Skip to content

Commit 65efee1

Browse files
authored
Merge pull request #126 from python-desert/altendky-patch-1
2 parents 429a8c3 + 3fd77f1 commit 65efee1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
ci:
1313
runs-on: ${{ matrix.os }}
14-
container: docker://altendky/hydra:ubuntu-3-minors
14+
container: docker://altendky/hydra:ubuntu-20.04-3-minors
1515
strategy:
1616
fail-fast: false
1717
matrix:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist =
55
clean,
66
check,
77
doc,
8-
{py36,py37,py38,pypy3},
8+
{py36,py37,py38,py39,pypy3},
99
report
1010

1111
[testenv]
@@ -14,6 +14,7 @@ basepython =
1414
py36: {env:TOXPYTHON:python3.6}
1515
py37: {env:TOXPYTHON:python3.7}
1616
py38: {env:TOXPYTHON:python3.8}
17+
py39: {env:TOXPYTHON:python3.9}
1718
{doc,spell,bootstrap,clean,check,report,codecov}: {env:TOXTOOLPYTHON:python3.8}
1819
setenv =
1920
PYTHONPATH={toxinidir}/tests

0 commit comments

Comments
 (0)