Skip to content

Commit

Permalink
⬆️ Add support for Python 3.11 and Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 26, 2023
1 parent 781a2d6 commit 5c81c5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
fail-fast: false

steps:
Expand Down
3 changes: 2 additions & 1 deletion docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5c81c5e

Please sign in to comment.