Skip to content

Commit

Permalink
Add Python 3.11 to CI tests (#2092)
Browse files Browse the repository at this point in the history
* Add py 3.11 to CI tests

* Install all packages

* Throw error

* exit code

---------

Co-authored-by: Joey Ballentine <joeyjballentine@gmail.com>
Co-authored-by: Joey Ballentine <34788790+joeyballentine@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 28, 2023
1 parent c1abf28 commit cc1023f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -61,7 +61,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
- uses: actions/setup-python@v4
Expand Down

0 comments on commit cc1023f

Please sign in to comment.