Skip to content

Commit

Permalink
feat: add support for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Feb 19, 2024
1 parent a3a8390 commit cdfb063
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
fail-fast: false
matrix:
include:
- python: "3.12"
postgresql: "15"

- python: "3.11"
postgresql: "15"

Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

Here you can see the full list of changes between each SQLAlchemy-Searchable release.

Unreleased
^^^^^^^^^^

- Add support for Python 3.12


2.0.0 (2023-08-28)
^^^^^^^^^^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py38,py39,310,311,pypy3}-sqla{1.4,2.0}, lint
envlist = {py38,py39,310,311,312,pypy3}-sqla{1.4,2.0}, lint

[testenv]
deps=
Expand Down

0 comments on commit cdfb063

Please sign in to comment.