Skip to content

Commit

Permalink
Test webhook against newer Python
Browse files Browse the repository at this point in the history
We are running the server on F39, which has Python 3.12, so we should be
testing there, instead of the older 3.9/3.10.
  • Loading branch information
QuLogic committed May 15, 2024
1 parent f988a83 commit b2f800d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit b2f800d

Please sign in to comment.