Skip to content

Commit

Permalink
Add 3.11 to CI
Browse files Browse the repository at this point in the history
#1680 states that some functionality was broken with python 3.11, so running 3.11 in CI should help find any possible issues
  • Loading branch information
BobDotCom committed Oct 9, 2022
1 parent 870ad41 commit e68f535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11-dev"]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit e68f535

Please sign in to comment.