Skip to content

Commit

Permalink
test.yml: add python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jan 2, 2025
1 parent 2400d5b commit bc047af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Test"

on:
push:
branches: ["master", "dev", "github-action"]
branches: ["master", "dev", "github-action", "python3.9"]
pull_request:
schedule:
- cron: "33 1 * * 3"
Expand All @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit bc047af

Please sign in to comment.