Skip to content

Commit

Permalink
infra(ci): test more python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyerov committed Oct 8, 2024
1 parent 7707392 commit 352c663
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
include:
- python-version: 3.13
continue-on-error: true

steps:

Expand Down Expand Up @@ -71,7 +74,10 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, '3.10', 3.11]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
include:
- python-version: 3.13
continue-on-error: true

steps:

Expand Down Expand Up @@ -117,7 +123,10 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
include:
- python-version: 3.13
continue-on-error: true

steps:

Expand Down Expand Up @@ -159,7 +168,10 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
include:
- python-version: 3.13
continue-on-error: true

steps:

Expand Down Expand Up @@ -205,7 +217,10 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
include:
- python-version: 3.13
continue-on-error: true

steps:

Expand Down

0 comments on commit 352c663

Please sign in to comment.