We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e919126 commit 0dd78daCopy full SHA for 0dd78da
.github/workflows/main.yml
@@ -9,11 +9,11 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macOS-latest]
12
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.7, 3.8, 3.9, 3.10]
13
name: Python ${{ matrix.python-version }} example
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
18
- name: setup-conda
19
uses: s-weigand/setup-conda@v1
0 commit comments