Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b9da1df

Browse files
committed
Remove python 3.6 from workflow, add 3.11
1 parent 66d2c31 commit b9da1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macOS-latest, windows-latest]
14-
python: [ '3.6.x', '3.7.x', '3.8.x', '3.9.x', '3.10.x' ]
14+
python: [ '3.7.x', '3.8.x', '3.9.x', '3.10.x', '3.11.x' ]
1515
name: Python ${{ matrix.python }} sample on ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)