Skip to content

Commit

Permalink
remove 3.7 tests and replace by 3.11 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
PFLeget committed May 10, 2024
1 parent aa20c6d commit 09b5229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_treegp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
python-version: [ 3.8, 3.9, "3.10", "3.11" ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ installs below):
Python
``````

``treegp`` is regularly tested on Python 3.7, 3.8, 3.9 and 3.10. It may work in other
``treegp`` is regularly tested on Python 3.8, 3.9, 3.10, and 3.11. It may work in other
versions of Python (e.g. pypy), but these are not currently supported.

0 comments on commit 09b5229

Please sign in to comment.