Skip to content

Commit ad4acb8

Browse files
committed
Change lower version Python to 3.8
1 parent 5290fef commit ad4acb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix:
4949
os: [ubuntu-latest, macos-latest]
50-
python-version: ['3.7', '3.11']
50+
python-version: ['3.8', '3.11']
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)