File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2525 - " 3.8"
2626 - " 3.9"
2727 - " 3.10"
28+ - " 3.11"
29+ - " 3.12"
2830 fail-fast : false
2931
3032 steps :
Original file line number Diff line number Diff line change @@ -79,9 +79,10 @@ There's a chance that you have multiple Python versions installed.
7979
8080You 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
8687The code would look like this:
8788
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments