File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2828 - " 3.10"
2929 - " 3.11"
3030 - " 3.12"
31+ - " 3.13"
3132 steps :
3233 - uses : actions/checkout@v4
3334 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ classifiers = [
2020 " Programming Language :: Python :: 3.10" ,
2121 " Programming Language :: Python :: 3.11" ,
2222 " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
2324 " Programming Language :: Python :: 3 :: Only" ,
2425 " Framework :: Django" ,
2526 " Framework :: Django :: 4.2" ,
Original file line number Diff line number Diff line change 22envlist =
33 py{39,310,311}-dj42
44 py{310,311,312}-dj50
5- py{310,311,312}-dj51
5+ py{310,311,312,313 }-dj51
66skipsdist = True
77
88[testenv]
You can’t perform that action at this time.
0 commit comments