11[tool .poetry ]
22name = " django-stripe-lite"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44description = " A library to aid Django integration with Stripe."
55license = " MIT"
66authors = [" YunoJuno <code@yunojuno.com>" ]
@@ -12,24 +12,22 @@ documentation = "https://github.com/yunojuno/django-stripe-lite"
1212classifiers = [
1313 " Environment :: Web Environment" ,
1414 " Framework :: Django" ,
15- " Framework :: Django :: 4.2" ,
16- " Framework :: Django :: 5.0" ,
1715 " Framework :: Django :: 5.2" ,
16+ " Framework :: Django :: 6.0" ,
1817 " License :: OSI Approved :: MIT License" ,
1918 " Operating System :: OS Independent" ,
2019 " Programming Language :: Python :: 3 :: Only" ,
21- " Programming Language :: Python :: 3.10" ,
22- " Programming Language :: Python :: 3.11" ,
2320 " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
2422]
2523packages = [{ include = " django_stripe" }]
2624
2725[tool .poetry .dependencies ]
28- python = " ^3.10 "
29- django = " ^4.2 || ^5.0 || ^5.2 "
30- stripe = " ^ 5.0.0"
26+ python = " ^3.12 "
27+ django = " >=5.2,<7.0 "
28+ stripe = " >= 5.0.0,<15 .0"
3129
32- [tool .poetry .dev- dependencies ]
30+ [tool .poetry .group . dev . dependencies ]
3331coverage = " *"
3432freezegun = " *"
3533mypy = " *"
0 commit comments