Skip to content

Commit 787bd54

Browse files
committed
ci updates
1 parent c33cba3 commit 787bd54

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/django-commons/django-commons-playground/blob/main/.github/workflows/release.yml
44
#
55

6-
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
6+
name: Publish to PyPI
77

88
on: push
99

.github/workflows/test.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ jobs:
9393
runs-on: ubuntu-latest
9494
strategy:
9595
matrix:
96-
python-version: ['3.8', '3.12']
96+
python-version: ['3.8', '3.13']
9797
django-version:
9898
- '3.2' # LTS April 2024
9999
- '5.1' # December 2025
100100
exclude:
101101
- python-version: '3.8'
102102
django-version: '5.1'
103-
- python-version: '3.12'
103+
- python-version: '3.13'
104104
django-version: '3.2'
105105

106106
steps:
@@ -150,14 +150,14 @@ jobs:
150150
runs-on: macos-latest
151151
strategy:
152152
matrix:
153-
python-version: ['3.8', '3.12']
153+
python-version: ['3.8', '3.13']
154154
django-version:
155155
- '3.2' # LTS April 2024
156156
- '5.1' # December 2025
157157
exclude:
158158
- python-version: '3.8'
159159
django-version: '5.1'
160-
- python-version: '3.12'
160+
- python-version: '3.13'
161161
django-version: '3.2'
162162

163163
steps:
@@ -234,14 +234,14 @@ jobs:
234234
# runs-on: windows-latest
235235
# strategy:
236236
# matrix:
237-
# python-version: ['3.8', '3.12']
237+
# python-version: ['3.8', '3.13']
238238
# django-version:
239239
# - '3.2' # LTS April 2024
240240
# - '5.0' # April 2025
241241
# exclude:
242242
# - python-version: '3.8'
243243
# django-version: '5.0'
244-
# - python-version: '3.12'
244+
# - python-version: '3.13'
245245
# django-version: '3.2'
246246

247247
# steps:
@@ -294,9 +294,6 @@ jobs:
294294
timeout-minutes: 60
295295
- uses: actions/checkout@v4
296296
- uses: actions/setup-python@v5
297-
with:
298-
python-version: '3.12'
299-
300297
- name: Install Poetry
301298
uses: snok/install-poetry@v1
302299
with:

0 commit comments

Comments
 (0)