Skip to content

Commit

Permalink
Run tests against python 3.11 (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
devPalacio authored Aug 1, 2023
1 parent 7dc5d96 commit 0c9ceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, pypy-3.7]
python-version: [3.6, 3.8, 3.11, pypy-3.7]
steps:
- uses: actions/checkout@v2
- name: Setup Python environment
Expand Down

0 comments on commit 0c9ceb7

Please sign in to comment.