Skip to content

Commit 38ba0fd

Browse files
committed
stop supporting python 3.10
1 parent fb6a163 commit 38ba0fd

File tree

4 files changed

+782
-979
lines changed

4 files changed

+782
-979
lines changed

.github/workflows/_reusable-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
python-versions: ["3.10", "3.11", "3.12", "3.13"]
31+
python-versions: ["3.11", "3.12", "3.13"]
3232
environment: ${{ inputs.environment || null }}
3333

3434
steps:

docs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This packages:
3535
- Provides helper functions for handling `on_load` events that require knowledge of user authentication status.
3636
- Allows registration of event handlers to be called on authentication changes (login/logout).
3737
- Is fully typed
38-
- Is tested against python versions 3.10 - 3.13
38+
- Is tested against python versions 3.11 - 3.13
3939

4040
## Demo
4141

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "reflex-clerk-api"
1919
description = "Reflex custom component wrapping @clerk/clerk-react and integrating the clerk-backend-api"
2020
readme = "README.md"
2121
license = "Apache-2.0"
22-
requires-python = ">=3.10"
22+
requires-python = ">=3.11"
2323
authors = [{ name = "Tim Child", email = "[email protected]" }]
2424
keywords = ["reflex","reflex-custom-components", "clerk", "clerk-backend-api"]
2525
dynamic = ["version"]
@@ -33,7 +33,6 @@ dependencies = [
3333
classifiers = [
3434
"Development Status :: 4 - Beta",
3535
"Typing :: Typed",
36-
"Programming Language :: Python :: 3.10",
3736
"Programming Language :: Python :: 3.11",
3837
"Programming Language :: Python :: 3.12",
3938
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)