Skip to content

Commit

Permalink
Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
debpal committed Feb 11, 2025
1 parent b667840 commit 79fb8ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@ on:
- main # Your branch name
paths:
- '**/*.py' # Trigger for changes in Python files
- '**/*.yml' # Trigger for changes in GitHub action files
pull_request:
branches:
- main # Your branch name
paths:
- '**/*.py' # Trigger for changes in Python files
- '**/*.yml' # Trigger for changes in GitHub action files

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 79fb8ae

Please sign in to comment.