We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3285d commit 7738a9cCopy full SHA for 7738a9c
.github/workflows/python.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: [ubuntu, macos, windows]
14
- python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
+ python-version: [ '3.7', '3.8', '3.9', '3.10' ]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v1
0 commit comments