Skip to content

Commit 13be42f

Browse files
authored
Update python-actions-test.yml
1 parent f360b01 commit 13be42f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-actions-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
21
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
32

43
name: Python Test
@@ -16,7 +15,7 @@ jobs:
1615
strategy:
1716
fail-fast: false
1817
matrix:
19-
python-version: [3.8, 3.9]
18+
python-version: [3.8, 3.9, 3.10, 3.11]
2019

2120
steps:
2221
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)