Skip to content

Commit

Permalink
Add CI check for Python-3.11
Browse files Browse the repository at this point in the history
- Update dependencies
  • Loading branch information
dbrattli committed Jan 7, 2023
1 parent f64f830 commit a10cc1c
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 267 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10", pypy-3.8]
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, pypy-3.8]
runs-on: ${{ matrix.platform }}

steps:
Expand Down
Loading

0 comments on commit a10cc1c

Please sign in to comment.