Skip to content

Commit 6d2dd89

Browse files
edgarrmondragonamotl
authored andcommitted
CI: Add testing on Python 3.12, and update project metadata
1 parent a2becf6 commit 6d2dd89

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: ["ubuntu-latest"]
25-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
25+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2626
fail-fast: false
2727

2828
services:

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ in progress
77
===========
88

99
- dialect postgresql+psycopg_relaxed does not support caching
10+
- CI: Add testing on Python 3.12, and update project metadata
1011

1112

1213
2023-03-22 0.1.0

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ classifiers = [
4141
"Programming Language :: Python :: 3.9",
4242
"Programming Language :: Python :: 3.10",
4343
"Programming Language :: Python :: 3.11",
44+
"Programming Language :: Python :: 3.12",
4445
"Topic :: Communications",
4546
"Topic :: Database",
4647
"Topic :: Documentation",

0 commit comments

Comments
 (0)