From 8d723bdcb3066459fbf82547d052c9cf843b9508 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Mon, 28 Nov 2022 19:17:23 +0300 Subject: [PATCH] Python 3.6 removed, Python 3.11 added --- .github/workflows/setup_python.yml | 2 +- .travis.yml | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup_python.yml b/.github/workflows/setup_python.yml index d1ef964..ac436e8 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.6','3.7','3.8','3.9', '3.10', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9'] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9'] name: ${{ matrix.python-version }} and tests steps: - uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml index c4bd8af..d316070 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.8" - "3.9" - "3.10" + - "3.11" - "pypy3" install: "pip install -r requirements.txt" script: diff --git a/README.md b/README.md index 5fbd99a..e4e70e6 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ ## Getting started -This API is tested with Python 3.6-3.10 and Pypy 3. +This API is tested with Python 3.7-3.11 and Pypy 3. There are two ways to install the library: * Installation using pip (a Python package manager):