File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3232 fail-fast : false
3333 matrix :
3434 py :
35+ - " 3.14"
3536 - " 3.13"
3637 - " 3.12"
3738 - " 3.11"
8384 fail-fast : false
8485 matrix :
8586 py :
87+ - " 3.14"
8688 - " 3.13"
8789 - " 3.12"
8890 - " 3.11"
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ classifiers = [
2323 " Programming Language :: Python :: 3.11" ,
2424 " Programming Language :: Python :: 3.12" ,
2525 " Programming Language :: Python :: 3.13" ,
26+ " Programming Language :: Python :: 3.14" ,
2627 " Development Status :: 5 - Production/Stable" ,
2728 " License :: OSI Approved :: MIT License" ,
2829 " Framework :: Django" ,
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py{310,311,312,313}
3+ py{310,311,312,313,314 }
44
55[gh]
66python =
77 " 3.10" = py310
88 " 3.11" = py311
99 " 3.12" = py312
1010 " 3.13" = py313
11+ " 3.14" = py314
1112
1213[testenv]
1314usedevelop = true
You can’t perform that action at this time.
0 commit comments