File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4141 - " 3.11"
4242 - " 3.12"
4343 - " 3.13"
44+ - " 3.14"
4445 django-version :
4546 - " 4.2"
46- - " 5.1"
47+ - " 5.2"
48+ - " 6.0"
49+ exclude :
50+ - python-version : " 3.14"
51+ django-version : " 4.2"
52+ - python-version : " 3.10"
53+ django-version : " 6.0"
54+ - python-version : " 3.11"
55+ django-version : " 6.0"
4756 runs-on : ubuntu-latest
4857 steps :
4958 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -24,9 +24,11 @@ classifiers = [
2424 " Programming Language :: Python :: 3.11" ,
2525 " Programming Language :: Python :: 3.12" ,
2626 " Programming Language :: Python :: 3.13" ,
27+ " Programming Language :: Python :: 3.14" ,
2728 " Framework :: Django" ,
2829 " Framework :: Django :: 4.2" ,
29- " Framework :: Django :: 5.1" ,
30+ " Framework :: Django :: 5.2" ,
31+ " Framework :: Django :: 6.0" ,
3032 " Topic :: Software Development" ,
3133]
3234requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments