Skip to content

Commit

Permalink
Update python-actions-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
navchandar committed Oct 6, 2023
1 parent f360b01 commit 13be42f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-actions-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python Test
Expand All @@ -16,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, 3.10, 3.11]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 13be42f

Please sign in to comment.