Skip to content

Commit 812601a

Browse files
committed
Add: Python v3.13 package on build.yml
1 parent d942af5 commit 812601a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: [
21-
"3.9", "3.10", "3.11", "3.12"
21+
"3.9", "3.10", "3.11", "3.12", "3.13"
2222
]
2323
steps:
2424
- uses: actions/checkout@master
@@ -35,5 +35,5 @@ jobs:
3535
coverage run -m pytest
3636
coverage report
3737
- name: Submit Coverage Report to Coveralls
38-
if: ${{ matrix.python-version == 3.12 }}
38+
if: ${{ matrix.python-version == 3.13 }}
3939
run: coveralls

0 commit comments

Comments
 (0)