11[tool .poetry ]
22name = " django-pgviews-redux"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44description = " Create and manage Postgres SQL Views in Django"
55authors = [
" Mikuláš Poul <[email protected] >" ]
66readme = " README.md"
@@ -9,15 +9,16 @@ classifiers = [
99 " Development Status :: 5 - Production/Stable" ,
1010 " Programming Language :: Python" ,
1111 " Programming Language :: Python :: 3" ,
12- " Programming Language :: Python :: 3.8" ,
13- " Programming Language :: Python :: 3.9" ,
1412 " Programming Language :: Python :: 3.10" ,
1513 " Programming Language :: Python :: 3.11" ,
1614 " Programming Language :: Python :: 3.12" ,
15+ " Programming Language :: Python :: 3.13" ,
16+ " Programming Language :: Python :: 3.14" ,
1717 " Framework :: Django" ,
1818 " Framework :: Django :: 4.2" ,
1919 " Framework :: Django :: 5.0" ,
2020 " Framework :: Django :: 5.1" ,
21+ " Framework :: Django :: 5.2" ,
2122 " License :: Public Domain" ,
2223 " License :: OSI Approved :: The Unlicense (Unlicense)" ,
2324]
@@ -34,7 +35,7 @@ python = ">=3.6"
3435
3536[tool .ruff ]
3637line-length = 120
37- target-version = " py38 "
38+ target-version = " py310 "
3839
3940[tool .ruff .lint ]
4041select = [
0 commit comments