Skip to content

Commit

Permalink
Merge pull request #775 from hramezani/fix_python310
Browse files Browse the repository at this point in the history
Change Python 3.10 in Github action test ci matrix.
  • Loading branch information
rtpg committed Dec 7, 2021
2 parents dcf5d6c + 0478652 commit 4216d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10.0-rc - 3.10'
- '3.10'

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

0 comments on commit 4216d0f

Please sign in to comment.