From 09f9fb49e536bea85248d94d3c14dcad361740f9 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sun, 20 Aug 2023 09:13:31 +0300 Subject: [PATCH] Removed python 3.7, added pypy 3.10 --- .github/workflows/setup_python.yml | 2 +- .readthedocs.yml | 4 ++-- .travis.yml | 1 - README.md | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/setup_python.yml b/.github/workflows/setup_python.yml index ac436e848..2a9787e25 100644 --- a/.github/workflows/setup_python.yml +++ b/.github/workflows/setup_python.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9'] + python-version: [ '3.8', '3.9', '3.10', '3.11', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10'] name: ${{ matrix.python-version }} and tests steps: - uses: actions/checkout@v2 diff --git a/.readthedocs.yml b/.readthedocs.yml index 859c13484..0a15ad409 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,6 +14,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.11 install: - - requirements: doc_req.txt \ No newline at end of file + - requirements: doc_req.txt diff --git a/.travis.yml b/.travis.yml index d316070b1..8e6b02e5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.7" - "3.8" - "3.9" - "3.10" diff --git a/README.md b/README.md index c37a19eb4..477954916 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ ## Getting started -This API is tested with Python 3.7-3.11 and Pypy 3. +This API is tested with Python 3.8-3.11 and Pypy 3. There are two ways to install the library: * Installation using pip (a Python package manager):