Skip to content

Commit 4c1584e

Browse files
authored
remove python 3.6 from github actions (#952)
1 parent 992b568 commit 4c1584e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
AWS_DEFAULT_REGION: us-east-1
1111
strategy:
1212
matrix:
13-
python: [3.6, 3.7, 3.8, 3.9, "3.10"]
13+
python: [ 3.7, 3.8, 3.9, "3.10" ]
1414
os: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)