@@ -15,11 +15,11 @@ classifiers = [
1515 " License :: OSI Approved :: GNU Affero General Public License v3" ,
1616 " Operating System :: OS Independent" ,
1717 " Programming Language :: Python :: 3" ,
18- " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
2120 " Programming Language :: Python :: 3.12" ,
2221 " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2323 " Topic :: Internet :: WWW/HTTP" ,
2424 " Topic :: Multimedia :: Graphics" ,
2525 " Topic :: Software Development :: Libraries :: Python Modules" ,
@@ -44,7 +44,7 @@ markdown = ["markdown>=3.4"]
4444[dependency-groups ]
4545lint = [
4646 " invoke>=2.2" ,
47- " ruff>=0.11.0 ,<1.0.0" ,
47+ " ruff>=0.14.2 ,<1.0.0" ,
4848]
4949test = [
5050 " invoke>=2.2" ,
@@ -62,7 +62,7 @@ source-includes = [
6262 " CONTRIBUTING.md" ,
6363]
6464includes = [" pelican/" ]
65- excludes = [" **/.DS_Store" , " **/test_data/** " , " tasks.py " ]
65+ excludes = [" **/.DS_Store" ]
6666
6767[tool .autopub ]
6868project-name = " Image Process"
0 commit comments