Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ body:
label: Python Version
description: Version of Python you are using
options:
- "3.14"
- "3.13"
- "3.12"
- "3.11"
- "3.10"
- "3.9 (not supported)"
- "3.9 or below (not supported)"
- "NA"
validations:
required: true
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.14"
- "3.13"
- "3.12"
- "3.11"
Expand All @@ -46,19 +47,19 @@ jobs:
use-copy:
- "true"
include:
- python-version: "3.13"
- python-version: "3.14"
postgres-version: "14"
use-copy: "true"
- python-version: "3.13"
- python-version: "3.14"
postgres-version: "15"
use-copy: "true"
- python-version: "3.13"
- python-version: "3.14"
postgres-version: "16"
use-copy: "true"
- python-version: "3.13"
- python-version: "3.14"
postgres-version: "17"
use-copy: "true"
- python-version: "3.13"
- python-version: "3.14"
postgres-version: "18"
use-copy: "false"
steps:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = [
Expand Down