File tree Expand file tree Collapse file tree 7 files changed +6
-10
lines changed Expand file tree Collapse file tree 7 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 2222 attributes :
2323 label : Python Version
2424 description : Which version of Python were you using?
25- placeholder : 3.12 .0
25+ placeholder : 3.14 .0
2626 validations :
2727 required : false
2828- type : textarea
Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.12 '
19+ python-version : ' 3.14 '
2020
2121 - name : Install dependencies
2222 run : |
Original file line number Diff line number Diff line change 2222 - name : Set up Python
2323 uses : actions/setup-python@v6
2424 with :
25- python-version : ' 3.12 '
25+ python-version : ' 3.14 '
2626 cache : ' pip'
2727 - name : Install dependencies
2828 run : |
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ hatch run test.py3.12-5.1:test # Python 3.12 + Django 5.1
8080
8181** Run specific test file:**
8282``` bash
83- hatch run test.py3.12 -5.2:test tests.test_models
83+ hatch run test.py3.14 -5.2:test tests.test_models
8484```
8585
8686** Coverage:**
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Visit http://127.0.0.1:8000/admin/ to test the app with a populated admin.
3838hatch run test:test
3939
4040# Specific version
41- hatch run test.py3.12 -5.2:test
41+ hatch run test.py3.14 -5.2:test
4242
4343# With coverage
4444hatch run test:cov
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ hatch run test.py3.12-5.1:test # Python 3.12 + Django 5.1
7777
7878** Run specific test file:**
7979``` bash
80- hatch run test.py3.12 -5.2:test tests.test_models
80+ hatch run test.py3.14 -5.2:test tests.test_models
8181```
8282
8383** Coverage:**
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments