Skip to content

Commit 82c4953

Browse files
committed
only build for one python version
1 parent afd8e8e commit 82c4953

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
1-
# NOTE: This file is auto generated by OpenAPI Generator.
2-
# URL: https://openapi-generator.tech
3-
#
4-
# ref: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
5-
61
name: helloasso_python Python package
72

83
on: [push, pull_request]
94

105
jobs:
116
build:
12-
137
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
178

189
steps:
1910
- uses: actions/checkout@v4
20-
- name: Set up Python ${{ matrix.python-version }}
11+
- name: Set up Python
2112
uses: actions/setup-python@v4
2213
with:
23-
python-version: ${{ matrix.python-version }}
14+
python-version: '3.13'
2415
- name: Install dependencies
2516
run: |
2617
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)