Skip to content

Commit

Permalink
Update Python support w/r/t NEP 29 (#511)
Browse files Browse the repository at this point in the history
* Update Python support w/r/t NEP 29

* No Python 3.10
  • Loading branch information
mattwthompson authored Apr 17, 2023
1 parent 4d87894 commit 0cab8e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
- ubuntu-latest
- macOS-latest
python-version:
- 3.8
- 3.9
- "3.9"
pymbar-version:
- 3.1
- "3.1"
openmm-version:
- 7
- 8
- "7"
- "8"
openeye:
- true
- false
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: "monthly"
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
files: (^openff|^integration-tests)
Expand All @@ -19,7 +19,7 @@ repos:
- id: flake8
files: (^openff|^integration-tests)
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.3
rev: 1.7.0
hooks:
- id: nbqa-pyupgrade
files: ^docs/tutorial
Expand Down
4 changes: 4 additions & 0 deletions docs/releasehistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Releases follow the ``major.minor.micro`` scheme recommended by
Current development
-------------------

This release drops support for Python 3.8.

* PR `#511 <https://github.com/openforcefield/openff-evaluator/pull/511>`_: Following [NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html), removes support for Python 3.8.

0.4.3
-----

Expand Down

0 comments on commit 0cab8e1

Please sign in to comment.