Skip to content

Commit

Permalink
Merge pull request #147 from egh/python-3.12
Browse files Browse the repository at this point in the history
Test python 3.12 in github actions
  • Loading branch information
egh authored Aug 22, 2024
2 parents 992f22c + 6f4acd3 commit 608158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 608158e

Please sign in to comment.