Skip to content

Commit eafd6cf

Browse files
committed
update release file
1 parent efbe2ad commit eafd6cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
13+
python-version: ['3.10', '3.11', '3.12', '3.13']
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python ${{ matrix.python-version }}
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
2121
run: |
22-
python -m pip install --upgrade pip==22.0.4
22+
python -m pip install --upgrade pip
2323
pip install -r requirements.txt
2424
pip install -r requirements_test.txt
2525
pip install --no-cache-dir .
@@ -41,10 +41,10 @@ jobs:
4141
- name: Set up Python
4242
uses: actions/setup-python@v2
4343
with:
44-
python-version: '3.9'
44+
python-version: '3.10'
4545
- name: Install dependencies
4646
run: |
47-
python -m pip install --upgrade pip==20.2.4
47+
python -m pip install --upgrade pip
4848
pip install setuptools wheel twine
4949
- name: Build and publish
5050
env:

0 commit comments

Comments
 (0)