@@ -32,6 +32,7 @@ classifiers = [
3232 " Programming Language :: Python :: 3.11" ,
3333 " Programming Language :: Python :: 3.12" ,
3434 " Programming Language :: Python :: 3.13" ,
35+ " Programming Language :: Python :: 3.14" ,
3536 " Programming Language :: Python :: Implementation :: CPython" ,
3637 " Programming Language :: Python :: Implementation :: PyPy" ,
3738 " Topic :: Software Development :: Libraries" ,
@@ -85,7 +86,7 @@ dependencies = [
8586# Test environment
8687[[tool .hatch .envs .test .matrix ]]
8788django = [" 4.2" ]
88- python = [" 3.10" , " 3.11" , " 3.12" , " 3.13 " ]
89+ python = [" 3.10" , " 3.11" , " 3.12" ]
8990
9091[[tool .hatch .envs .test .matrix ]]
9192django = [" 5.0" ]
@@ -97,7 +98,7 @@ python = ["3.10", "3.11", "3.12", "3.13"]
9798
9899[[tool .hatch .envs .test .matrix ]]
99100django = [" 5.2" ]
100- python = [" 3.10" , " 3.11" , " 3.12" , " 3.13" ]
101+ python = [" 3.10" , " 3.11" , " 3.12" , " 3.13" , " 3.14 " ]
101102
102103[tool .hatch .envs .test ]
103104dependencies = [" coverage[toml]" , " django~={matrix:django}.0" ]
0 commit comments