Skip to content

Commit

Permalink
Run CI tests for Python 3.9. (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Feb 6, 2021
1 parent 245535d commit 00491c6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
12 changes: 12 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

v6.3 (unreleased)
-----------------

Lab
^^^
* Run tests for Python 3.9.

Downward Lab
^^^^^^^^^^^^
* None so far.


v6.2 (2020-10-20)
-----------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering",
],
install_requires=[
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, ff, singularity, style, docs
envlist = py36, py37, py38, py39, ff, singularity, style, docs
basepython = python3
skip_missing_interpreters = true

Expand Down

0 comments on commit 00491c6

Please sign in to comment.