Skip to content

Commit da8aa1d

Browse files
committed
chore: support py314; abandon py39
1 parent 065da14 commit da8aa1d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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'

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)