Skip to content

Commit dd4a534

Browse files
committed
Fix python versions
1 parent 42ffb45 commit dd4a534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python
4848
uses: actions/setup-python@v4
4949
with:
50-
python-version: '3.6.15'
50+
python-version: '3.6'
5151

5252
- name: Install dependencies
5353
run: python -m pip install --upgrade pip setuptools wheel

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ '2.7.18', '3.6.15', '3.7.15', '3.8.15', '3.9.15', '3.10.8' ]
10+
python-version: [ '2.7', '3.6', '3.7', '3.8', '3.9', '3.10' ]
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)