Skip to content

Commit

Permalink
Merge pull request #200 from ggouzi/update-action-python-version
Browse files Browse the repository at this point in the history
Add python 3.9/3.10 in github action files
  • Loading branch information
JoMingyu committed Nov 8, 2023
2 parents 3e5c50e + d2910bb commit 259f6cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr_hook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]

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

0 comments on commit 259f6cb

Please sign in to comment.