Skip to content

Commit 6ca4720

Browse files
committed
Upgrade to latest python releases
1 parent 5048720 commit 6ca4720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: [ 3.6.12, 3.7.9, 3.8.6, 3.9.0 ]
8+
python-version: [ 3.6.15, 3.7.12, 3.8.12, 3.9.7 ]
99
arch: [ amd64, aarch64 ]
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)