Skip to content

Commit

Permalink
test on Python 3.7 - 3.10
Browse files Browse the repository at this point in the history
- fix #202
- add testing for Python 3.10
- dropped tests for Python 3.6 (should have been removed in 0.8.0)
- update setup.py and CHANGES
  • Loading branch information
orbeckst committed Nov 17, 2022
1 parent 3436149 commit 06eb469
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ jobs:
# macos runners (latest GROMACS, oldest and latest Python)

os: [ubuntu-latest]
python-version: ["3.9"]
python-version: ["3.10"]
gromacs-version: ["4.6.5", "2018.6", "2020.6", "2021.1"]
include:
- os: ubuntu-latest
python-version: "3.6"
gromacs-version: "2021.1"
- os: ubuntu-latest
python-version: "3.7"
gromacs-version: "2021.1"
Expand All @@ -49,6 +46,9 @@ jobs:
- os: macos-latest
python-version: "3.9"
gromacs-version: "2021.1"
- os: macos-latest
python-version: "3.10"
gromacs-version: "2021.1"

env:
MPLBACKEND: agg
Expand Down
11 changes: 9 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
CHANGES for MDPOW
=================

Add summary of changes for each release. Use ISO dates. Reference
Add summary of changes for each release. Use ISO 8061 dates. Reference
GitHub issues numbers and PR numbers.



2022-??-?? 0.8.1
cadeduckworth
cadeduckworth, orbeckst

Changes

* added support for Python 3.10
* dropped testing on Python 3.6

Fixes

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Physics",
],
Expand Down

0 comments on commit 06eb469

Please sign in to comment.