Skip to content

Commit

Permalink
CI: Add testing on Python 3.12, and update project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored and amotl committed Dec 22, 2023
1 parent a2becf6 commit 37fceeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

services:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ in progress
===========

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


2023-03-22 0.1.0
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Communications",
"Topic :: Database",
"Topic :: Documentation",
Expand Down

0 comments on commit 37fceeb

Please sign in to comment.