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 2a43839 commit ba7d509Copy full SHA for ba7d509
.github/workflows/eb_command.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-18.04
7
strategy:
8
matrix:
9
- python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
+ python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
10
fail-fast: false
11
steps:
12
- uses: actions/checkout@v2
0 commit comments