Skip to content

Commit

Permalink
Add: Python v3.13 package on build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Nov 11, 2024
1 parent d942af5 commit 812601a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version: [
"3.9", "3.10", "3.11", "3.12"
"3.9", "3.10", "3.11", "3.12", "3.13"
]
steps:
- uses: actions/checkout@master
Expand All @@ -35,5 +35,5 @@ jobs:
coverage run -m pytest
coverage report
- name: Submit Coverage Report to Coveralls
if: ${{ matrix.python-version == 3.12 }}
if: ${{ matrix.python-version == 3.13 }}
run: coveralls

0 comments on commit 812601a

Please sign in to comment.