Update CI/setup.py/README: Python 3.10 is now released.

This commit is contained in:
Valentin Lorentz 2021-11-08 20:33:45 +01:00
parent ce7e4b754c
commit a5cd930a4b
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}
strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10.0-beta.4", "pypy-3.6", "pypy-3.7"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-alpha.2", "pypy-3.6", "pypy-3.7"]
with-opt-deps: [false, true]
runs-on: [ubuntu-latest]
exclude:

View File

@ -28,7 +28,7 @@ Master branch: [![Build Status (master branch)](https://travis-ci.org/ProgVal/Li
Testing branch: [![Build Status (testing branch)](https://travis-ci.org/ProgVal/Limnoria.png?branch=testing)](https://travis-ci.org/ProgVal/Limnoria)
Limnoria supports CPython 3.4 to 3.9, CPython nightly, and Pypy 3.
Limnoria supports CPython 3.4 to 3.10, and Pypy 3.
# Support

View File

@ -195,6 +195,7 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Communications :: Chat :: Internet Relay Chat',
'Topic :: Software Development :: Libraries :: Python Modules',
],