File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ jobs:
1616 - macos-latest
1717
1818 python :
19- - " 3.7"
20- - " 3.8"
21- - " 3.9"
2219 - " 3.10"
2320 - " 3.11"
2421 - " 3.12"
22+ - " 3.13"
23+ - " 3.14"
2524
2625 steps :
2726 - uses : actions/checkout@v4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ classifiers = [
1616 " Intended Audience :: Developers" ,
1717 " Topic :: Software Development" ,
1818 " Programming Language :: Python" ,
19- " Programming Language :: Python :: 2.7" ,
20- " Programming Language :: Python :: 3.7" ,
21- " Programming Language :: Python :: 3.8" ,
22- " Programming Language :: Python :: 3.9" ,
19+ " Programming Language :: Python :: 3.10" ,
20+ " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
23+ " Programming Language :: Python :: 3.14" ,
2324 " Programming Language :: Python :: 3.10" ,
2425]
2526dependencies = [
@@ -35,7 +36,6 @@ test = [
3536[project .urls ]
3637Homepage = " http://github.com/conestack/node.ext.zodb"
3738
38-
3939[tool .hatch .build .targets .wheel ]
4040packages = [" src/node" ]
4141[tool .zest-releaser ]
You can’t perform that action at this time.
0 commit comments