Skip to content

Commit

Permalink
Merge pull request #143 from return42/py-3.11
Browse files Browse the repository at this point in the history
[mod] CI - add py-3.11 to github workflow
  • Loading branch information
return42 authored May 14, 2023
2 parents c1fa273 + a0cc747 commit 3603b08
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 411 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
name: Python ${{ matrix.python-version }} QA
steps:
- uses: actions/checkout@v1
Expand Down
Loading

0 comments on commit 3603b08

Please sign in to comment.