Skip to content

Commit

Permalink
Add python 3.13 to CI (#1)
Browse files Browse the repository at this point in the history
* Add python 3.13 to CI

* Update CI

---------

Co-authored-by: a_bondar <[email protected]>
  • Loading branch information
abondar and a_bondar authored Jan 4, 2025
1 parent 000933c commit 8d37e40
Show file tree
Hide file tree
Showing 2 changed files with 541 additions and 515 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ on:
push:
branches:
- main
pull_request:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/cache@v4
with:
Expand Down
Loading

0 comments on commit 8d37e40

Please sign in to comment.