⬆️ Add support for Python 3.11 and Python 3.12 (#710)

This commit is contained in:
Sebastián Ramírez 2023-11-26 15:20:01 +01:00 committed by GitHub
parent 781a2d6b0a
commit 47bcd9df8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -25,6 +25,8 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
fail-fast: false
steps:

View File

@ -79,9 +79,10 @@ There's a chance that you have multiple Python versions installed.
You might want to try with the specific versions, for example with:
* `python3.11`
* `python3.12`
* `python3.10`
* `python3.9`
* `python3.8`
The code would look like this:

View File

@ -21,6 +21,8 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Database",
"Topic :: Database :: Database Engines/Servers",
"Topic :: Internet",