Fixed #489 -- Add support for Python 3.12 (#490)

This commit is contained in:
Paolo Melchiorre 2023-11-26 16:12:23 +01:00 committed by GitHub
parent 2d4dcbf149
commit 4d24e22c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 4 deletions

View File

@ -20,6 +20,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v4

View File

@ -1,11 +1,11 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py36-plus]
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.11.0
hooks:
- id: black
language_version: python3

View File

@ -1,3 +1,9 @@
4.1.0 (unreleased)
------------------
* Added support for Python 3.12
4.0.0 (2022-10-07)
------------------

View File

@ -20,6 +20,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Internet :: WWW/HTTP
[options]

View File

@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310,311}
py{38,39,310,311,312}
[testenv]
extras = tests