Skip to content

Commit

Permalink
Add 3.12 to build matrix
Browse files Browse the repository at this point in the history
Leaving 3.7 for now despite EOL, but may remove it at any time.
  • Loading branch information
polm committed Jan 31, 2024
1 parent 4319298 commit 570b26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 570b26b

Please sign in to comment.