Skip to content

Commit

Permalink
Continuous Integration: Add Python 3.13 prerelease to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Mar 23, 2024
1 parent ddd7cf4 commit 83bb46e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# All available versions of Python:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.5"]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 83bb46e

Please sign in to comment.