Thanks to visit codestin.com Credit goes to github.com
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 66d2c31 commit b9da1dfCopy full SHA for b9da1df
1 file changed
.github/workflows/continuous-integration-workflow.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest, macOS-latest, windows-latest]
14
- python: [ '3.6.x', '3.7.x', '3.8.x', '3.9.x', '3.10.x' ]
+ python: [ '3.7.x', '3.8.x', '3.9.x', '3.10.x', '3.11.x' ]
15
name: Python ${{ matrix.python }} sample on ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v2
0 commit comments