Skip to content

Commit 3d0e2ca

Browse files
authored
Merge branch 'master' into update_requirements
2 parents ec40405 + 65efee1 commit 3d0e2ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 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:
@@ -21,6 +21,7 @@ jobs:
2121
- py36,report,codecov
2222
- py37,report,codecov
2323
- py38,report,codecov
24+
- py39,report,codecov
2425
- pypy3,report,codecov
2526
- doc
2627
- check

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)