File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ workflows:
139139 - test :
140140 matrix :
141141 parameters :
142- python_version : ["3.10", "3.11", "3.12"]
142+ python_version : ["3.10", "3.11", "3.12", "3.13" ]
143143 - test-gpu :
144144 requires :
145145 - lint
146146 - test
147147 matrix :
148148 parameters :
149- python_version : ["3.10", "3.11"] # "3.12" # TODO: Revisit 3.12
149+ python_version : ["3.10", "3.11"]
150150 filters :
151151 branches :
152152 only :
Original file line number Diff line number Diff line change @@ -15,21 +15,22 @@ authors = [
1515 { name = " ArangoDB" },
1616]
1717license = { text = " Apache 2.0" }
18- requires-python = " >=3.10"
18+ requires-python = " >=3.10,<3.14 "
1919classifiers = [
2020 " License :: OSI Approved :: Apache Software License" ,
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3" ,
2323 " Programming Language :: Python :: 3.10" ,
2424 " Programming Language :: Python :: 3.11" ,
2525 " Programming Language :: Python :: 3.12" ,
26+ " Programming Language :: Python :: 3.13" ,
2627 " Programming Language :: Python :: 3 :: Only" ,
2728 " Intended Audience :: Developers" ,
2829 " Topic :: Software Development :: Libraries :: Python Modules" ,
2930]
3031dependencies = [
3132 " networkx>=3.0,<=3.5" ,
32- " phenolrs~= 0.5" ,
33+ " phenolrs== 0.5.10 " ,
3334 " python-arango~=8.1" ,
3435 " adbnx-adapter~=5.0.5"
3536]
You can’t perform that action at this time.
0 commit comments