Skip to content

Commit 47bcd9d

Browse files
authored
⬆️ Add support for Python 3.11 and Python 3.12 (#710)
1 parent 781a2d6 commit 47bcd9d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- "3.8"
2626
- "3.9"
2727
- "3.10"
28+
- "3.11"
29+
- "3.12"
2830
fail-fast: false
2931

3032
steps:

docs/tutorial/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ There's a chance that you have multiple Python versions installed.
7979

8080
You might want to try with the specific versions, for example with:
8181

82+
* `python3.11`
83+
* `python3.12`
8284
* `python3.10`
8385
* `python3.9`
84-
* `python3.8`
8586

8687
The code would look like this:
8788

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ classifiers = [
2121
"Programming Language :: Python :: 3.8",
2222
"Programming Language :: Python :: 3.9",
2323
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
2426
"Topic :: Database",
2527
"Topic :: Database :: Database Engines/Servers",
2628
"Topic :: Internet",

0 commit comments

Comments
 (0)