We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82dac3 commit 16017b7Copy full SHA for 16017b7
.github/workflows/tests.yaml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v4
39
40
- name: Set up Python ${{ matrix.python-version }}
41
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
42
with:
43
python-version: ${{ matrix.python-version }}
44
cache: "pip"
@@ -81,7 +81,7 @@ jobs:
81
82
83
- name: Set up Python
84
85
86
# Django 3.2.9+ supports Python 3.10
87
# https://docs.djangoproject.com/ja/3.2/releases/3.2/
.github/workflows/windows.yaml
@@ -57,7 +57,7 @@ jobs:
57
EOF
58
cat site.cfg
59
60
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
61
- name: Install cibuildwheel
62
run: python -m pip install cibuildwheel==2.12.3
63
- name: Build wheels
0 commit comments