File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ workflows:
139
139
- test :
140
140
matrix :
141
141
parameters :
142
- python_version : ["3.10", "3.11", "3.12"]
142
+ python_version : ["3.10", "3.11", "3.12", "3.13" ]
143
143
- test-gpu :
144
144
requires :
145
145
- lint
146
146
- test
147
147
matrix :
148
148
parameters :
149
- python_version : ["3.10", "3.11"] # "3.12" # TODO: Revisit 3.12
149
+ python_version : ["3.10", "3.11"]
150
150
filters :
151
151
branches :
152
152
only :
Original file line number Diff line number Diff line change @@ -15,23 +15,24 @@ authors = [
15
15
{ name = " ArangoDB" },
16
16
]
17
17
license = { text = " Apache 2.0" }
18
- requires-python = " >=3.10"
18
+ requires-python = " >=3.10,<3.14 "
19
19
classifiers = [
20
20
" License :: OSI Approved :: Apache Software License" ,
21
21
" Programming Language :: Python" ,
22
22
" Programming Language :: Python :: 3" ,
23
23
" Programming Language :: Python :: 3.10" ,
24
24
" Programming Language :: Python :: 3.11" ,
25
25
" Programming Language :: Python :: 3.12" ,
26
+ " Programming Language :: Python :: 3.13" ,
26
27
" Programming Language :: Python :: 3 :: Only" ,
27
28
" Intended Audience :: Developers" ,
28
29
" Topic :: Software Development :: Libraries :: Python Modules" ,
29
30
]
30
31
dependencies = [
31
32
" networkx>=3.0,<=3.5" ,
32
- " phenolrs~= 0.5" ,
33
+ " phenolrs== 0.5.10 " ,
33
34
" python-arango~=8.1" ,
34
- " adbnx-adapter~=5.0.5 "
35
+ " adbnx-adapter~=5.0"
35
36
]
36
37
37
38
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments