Skip to content

Commit a72b7aa

Browse files
authored
ci: add Python 3.12 in test matrix (#644)
1 parent fc6b9da commit a72b7aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/tests.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
PIP_DISABLE_PIP_VERSION_CHECK: 1
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717
include:
1818
- python-version: "3.11"
1919
mariadb: 1
@@ -43,6 +43,7 @@ jobs:
4343
python-version: ${{ matrix.python-version }}
4444
cache: "pip"
4545
cache-dependency-path: "requirements.txt"
46+
allow-prereleases: true
4647

4748
- name: Install mysqlclient
4849
run: |

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2930
"Topic :: Database",
3031
"Topic :: Database :: Database Engines/Servers",
3132
]

0 commit comments

Comments
 (0)