File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 strategy :
3535 matrix :
3636 python-version :
37- - ' 3.9 '
38- - ' 3.13 '
37+ - ' 3.10 '
38+ - ' 3.14 '
3939
4040 steps :
4141 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2929 strategy :
3030 matrix :
3131 python-version :
32- - ' 3.9 '
33- - ' 3.13 '
32+ - ' 3.10 '
33+ - ' 3.14 '
3434
3535 steps :
3636 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2828 strategy :
2929 matrix :
3030 python-version :
31- - ' 3.9 '
32- - ' 3.13 '
31+ - ' 3.10 '
32+ - ' 3.14 '
3333
3434 steps :
3535 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ install_requires =
2424 pydot >= 4.0.0
2525 pyshacl >= 0.27.0
2626packages = find:
27- python_requires = >=3.9
27+ python_requires = >=3.10
2828
2929[options.entry_points]
3030console_scripts =
You can’t perform that action at this time.
0 commit comments