Skip to content

Commit

Permalink
include Python 3.13 in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Oct 24, 2024
1 parent 822f1c9 commit bf23b6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.10', "3.11", "3.12"]
python: ['3.7', '3.8', '3.9', '3.10', "3.11", "3.12", "3.13"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.12']
python: ['3.13']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit bf23b6d

Please sign in to comment.