Skip to content

Commit ecb2759

Browse files
committed
newer python versions
1 parent b1fcce0 commit ecb2759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Python
5050
uses: actions/setup-python@v5
5151
with:
52-
python-version: '3.10'
52+
python-version: 3.12
5353
- name: Install Flit
5454
run: pip install flit "django>=5.2"
5555
- name: Install Dependencies
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Python
6565
uses: actions/setup-python@v5
6666
with:
67-
python-version: 3.9
67+
python-version: 3.12
6868
- name: Install Flit
6969
run: pip install flit
7070
- name: Install Dependencies

0 commit comments

Comments
 (0)