Skip to content

Commit 8c737f9

Browse files
authored
chore: support py314; abandon py39 (#43)
1 parent 065da14 commit 8c737f9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python:
21+
- '3.14'
2122
- '3.13'
2223
- '3.12'
2324
- '3.11'
@@ -58,6 +59,7 @@ jobs:
5859
fail-fast: false
5960
matrix:
6061
python:
62+
- '3.14'
6163
- '3.13'
6264
- '3.12'
6365
- '3.11'

doc/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
[0.2.4] - Unreleased
55
--------------------
66

7+
Added
8+
^^^^^
9+
- Support for Python 3.14.
10+
711
Fixed
812
^^^^^
913
- Compatibility with Pydantic 2.12.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ readme = "README.md"
1212
keywords = ["scim", "scim2", "provisioning", "rfc7643", "rfc7644"]
1313
classifiers = [
1414
"Intended Audience :: Developers",
15-
"Development Status :: 3 - Alpha",
15+
"Development Status :: 4 - Beta",
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2021
"Programming Language :: Python :: Implementation :: CPython",
2122
"License :: OSI Approved :: Apache Software License",
2223
"Environment :: Web Environment",
@@ -129,6 +130,7 @@ env_list = [
129130
"py311",
130131
"py312",
131132
"py313",
133+
"py314",
132134
"minversions",
133135
"doc",
134136
"coverage",

0 commit comments

Comments
 (0)