Skip to content

Commit

Permalink
Merge pull request #46 from haplo/python-3.11
Browse files Browse the repository at this point in the history
Add Python 3.11, drop 3.7 from test matrix
  • Loading branch information
haplo committed May 19, 2023
2 parents 0a8e62f + 20c7712 commit 5c6c5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 5c6c5ab

Please sign in to comment.