Skip to content

Commit

Permalink
chore: test py3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Oct 3, 2023
1 parent b974ef1 commit 22e392d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
pydantic-version: ["pydantic-v1", "pydantic-v2"]
experimental: [false]
include:
- python-version: "3.12.0-rc.3"
pydantic-version: "pydantic-v2"
experimental: true
fail-fast: false

services:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit 22e392d

Please sign in to comment.