Skip to content

Commit

Permalink
[python] try adding 3.9 to CI #428
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Jul 13, 2021
1 parent 7658d3e commit 9d2b646
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Python-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions python/dalex/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def run_setup():
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{36,37,38}-{linux,macos,windows}
envlist = py{36,37,38,39}-{linux,macos,windows}
toxworkdir={toxinidir}/python/dalex/.tox
temp_dir={toxinidir}/python/dalex/.tmp
setupdir={toxinidir}/python/dalex/
Expand All @@ -10,6 +10,7 @@ python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39

[gh-actions:env]
PLATFORM =
Expand Down

0 comments on commit 9d2b646

Please sign in to comment.