Skip to content

Commit

Permalink
Merge pull request #20 from Matatika/feature/python-3.11
Browse files Browse the repository at this point in the history
Support Python 3.11
  • Loading branch information
ReubenFrankel authored Oct 5, 2023
2 parents 3e24308 + 7d73e62 commit 74ea744
Show file tree
Hide file tree
Showing 3 changed files with 437 additions and 326 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# Only lint using the primary version used for dev
python-version: [3.9]
python-version: ['3.9']

steps:
- uses: actions/checkout@v2
Expand All @@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 74ea744

Please sign in to comment.