File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ classifiers = [
2626 " Programming Language :: Python :: 3.11" ,
2727 " Programming Language :: Python :: 3.12" ,
2828 " Programming Language :: Python :: 3.13" ,
29+ " Programming Language :: Python :: 3.14" ,
2930 " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
3031 " Topic :: Software Development" ,
3132 " Topic :: Software Development :: Libraries :: Application Frameworks" ,
@@ -43,12 +44,11 @@ optional-dependencies.tests = [
4344]
4445urls.Homepage = " https://github.com/matthiask/feincms3-sites/"
4546
46- [tool .hatch . version ]
47- path = " feincms3_sites/__init__.py"
47+ [tool .hatch ]
48+ version. path = " feincms3_sites/__init__.py"
4849
4950[tool .ruff ]
5051target-version = " py39"
51-
5252fix = true
5353show-fixes = true
5454lint.extend-select = [
You can’t perform that action at this time.
0 commit comments