File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,17 @@ jobs:
76
76
mysql -e 'CREATE DATABASE concurrency;' -uroot -proot
77
77
mysql -e 'SHOW DATABASES;' -uroot -proot
78
78
79
- - name : Set up Python ${{ matrix.python-version }}
80
- uses : actions/setup-python@v5
81
- with :
82
- python-version : ${{ matrix.python-version }}
79
+ - name : Install the latest version of uv
80
+ uses : astral-sh/setup-uv@v5
81
+ with :
82
+ version : " latest"
83
+ enable-cache : true
84
+ cache-dependency-glob : |
85
+ pyproject.toml
86
+ uv.lock
87
+ cache-suffix : ${{ matrix.python }}-${{ matrix.django }}
88
+ github-token : ${{ secrets.GITHUB_TOKEN }}
89
+ python-version : ${{ matrix.python }}
83
90
84
91
- name : Install Python
85
92
if : matrix.python != '3.13'
Original file line number Diff line number Diff line change
1
+ Release 2.7
2
+ -----------
3
+ * fixes #256
4
+
5
+
1
6
Release 2.6
2
7
-----------
3
8
* add support do Django 5.x
You can’t perform that action at this time.
0 commit comments