Skip to content

Commit

Permalink
Merge pull request #11 from blue-yonder/add-python3.11-ci
Browse files Browse the repository at this point in the history
Add missing CI for Python 3.11
  • Loading branch information
pacman82 authored Nov 11, 2022
2 parents 6d760ec + 041793a commit 234bb4b
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

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

0 comments on commit 234bb4b

Please sign in to comment.