File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,13 +21,14 @@ jobs:
2121 name : " Unit and Integration Tests"
2222 runs-on : " ubuntu-latest"
2323 strategy :
24+ fail-fast : false
2425 matrix :
2526 python-version :
26- - " 3.9"
2727 - " 3.10"
2828 - " 3.11"
2929 - " 3.12"
3030 - " 3.13"
31+ - " 3.14"
3132 steps :
3233 - uses : " actions/checkout@v6"
3334 - uses : " authzed/action-spicedb@v1"
Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ version = "0.0.0"
44description = " Client library for SpiceDB."
55license = " Apache-2.0"
66authors = [{ name = " Authzed" , email = " support@authzed.com" }]
7- requires-python = " >=3.9 ,<4"
7+ requires-python = " >=3.10 ,<4"
88readme = " README.md"
9+ classifiers = [
10+ " Programming Language :: Python :: 3" ,
11+ " Programming Language :: Python :: 3.10" ,
12+ " Programming Language :: Python :: 3.11" ,
13+ " Programming Language :: Python :: 3.12" ,
14+ " Programming Language :: Python :: 3.13" ,
15+ " Programming Language :: Python :: 3.14" ,
16+ ]
917dependencies = [
1018 " grpcio~=1.63" ,
1119 " protobuf>=5.26,<7" ,
You can’t perform that action at this time.
0 commit comments