From 09b5229b20426aaae4350da314658730a77a4a1d Mon Sep 17 00:00:00 2001 From: PFLeget Date: Fri, 10 May 2024 09:39:01 -0400 Subject: [PATCH] remove 3.7 tests and replace by 3.11 (#25) --- .github/workflows/test_treegp.yaml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_treegp.yaml b/.github/workflows/test_treegp.yaml index f3f9a99..99b323e 100644 --- a/.github/workflows/test_treegp.yaml +++ b/.github/workflows/test_treegp.yaml @@ -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 diff --git a/README.rst b/README.rst index 81f8dc6..0325d9b 100644 --- a/README.rst +++ b/README.rst @@ -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.