Skip to content

Commit

Permalink
Add py39 testing (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
berland authored Jul 5, 2021
1 parent a6328f1 commit d15e1db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/fmu-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8"]
python-version: ["3.6", "3.7", "3.8", "3.9"]
pandas-version: ["0.21.0", "1.*"]
exclude:
- python-version: "3.9"
pandas-version: "0.21.0"
- python-version: "3.8"
pandas-version: "0.21.0"
- python-version: "3.7"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.. image:: https://img.shields.io/lgtm/grade/python/g/equinor/fmu-tools.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/equinor/fmu-tools/context:python

.. image:: https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8-blue.svg
.. image:: https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8%20|%203.9-blue.svg
:target: https://www.python.org


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def run(self):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
test_suite="tests",
tests_require=TEST_REQUIREMENTS,
Expand Down

0 comments on commit d15e1db

Please sign in to comment.