11[tool .poetry ]
22name = " django-cassandra-engine"
3- version = " 1.9 .0"
3+ version = " 1.10 .0"
44description = " Django Cassandra Engine"
55authors = [" Rafał Furmański <r.furmanski@gmail.com>" ]
66license = " 2-clause BSD"
@@ -18,11 +18,10 @@ classifiers = [
1818 ' License :: OSI Approved :: BSD License' ,
1919 ' Operating System :: OS Independent' ,
2020 ' Programming Language :: Python' ,
21- ' Programming Language :: Python :: 3.8' ,
22- ' Programming Language :: Python :: 3.9' ,
2321 ' Programming Language :: Python :: 3.10' ,
2422 ' Programming Language :: Python :: 3.11' ,
2523 ' Programming Language :: Python :: 3.12' ,
24+ ' Programming Language :: Python :: 3.13' ,
2625 ' Topic :: Database' ,
2726 ' Topic :: Internet' ,
2827 ' Topic :: Software Development :: Libraries :: Python Modules' ,
@@ -33,11 +32,11 @@ packages = [{ include = "django_cassandra_engine" }]
3332Changelog = " https://r4fek.github.io/django-cassandra-engine/changelog/"
3433
3534[tool .poetry .dependencies ]
36- python = " ^3.8 || ^3.9 || ^3.10 || ^3.11 || ^3.12 "
37- django = " ^3 .2 || ^4 .0 || ^4 .1 || ^4.2 || ^5.0 "
38- scylla-driver = " ^3.26.0 "
35+ python = " ^3.10 || ^3.11 || ^3.12 || ^3.13 "
36+ django = " ^4 .2 || ^5 .0 || ^5 .1 || ^5.2 "
37+ scylla-driver = " ^3.29 "
3938
40- [tool .poetry .dev- dependencies ]
39+ [tool .poetry .group . dev . dependencies ]
4140black = {version = " *" , allow-prereleases = true }
4241coverage = " *"
4342djangorestframework = " *"
0 commit comments