We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977b8d2 commit 3a6445cCopy full SHA for 3a6445c
1 file changed
.github/workflows/pyncloud_ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
max-parallel: 4
10
matrix:
11
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.7, 3.8, 3.9, 3.10]
12
platform: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.platform }}
14
0 commit comments