File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : Set up Python
5353 uses : actions/setup-python@v6
5454 with :
55- python-version : 3.13
55+ python-version : 3.14
5656 architecture : ' x64'
5757 - uses : astral-sh/setup-uv@v7
5858
Original file line number Diff line number Diff line change @@ -14,18 +14,18 @@ license = { text = "MIT" }
1414authors = [
1515 { name = " sax" , email = " s.apostolico@gmail.com" },
1616]
17- requires-python = " ==3.13 .*"
17+ requires-python = " ==3.14 .*"
1818classifiers = [
1919 " Programming Language :: Python :: 3 :: Only" ,
20- " Programming Language :: Python :: 3.13 " ,
20+ " Programming Language :: Python :: 3.14 " ,
2121]
2222dependencies = [
2323 " bitcaster-sdk>=0.1" ,
2424 " celery>=5.4" ,
2525 " deepdiff>=8.0.1" ,
2626 " deprecation>=2.1" ,
2727 " dictdiffer>=0.9" ,
28- " django>=5.1 " ,
28+ " django<6 " ,
2929 " django-adminactions>=2.3" ,
3030 " django-adminfilters>=2.5.2" ,
3131 " django-anymail[mailjet]>=13" ,
You can’t perform that action at this time.
0 commit comments