Skip to content

Commit 52f7100

Browse files
switch which python versions we run against
1 parent 0292967 commit 52f7100

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags: ["*"]
77
pull_request:
88
branches: [main]
9+
workflow_dispatch:
910

1011
jobs:
1112
build-js:
@@ -50,7 +51,7 @@ jobs:
5051
runs-on: ubuntu-latest
5152
strategy:
5253
matrix:
53-
python-version: ["3.9", "3.11", "3.12", "3.14"]
54+
python-version: ["3.8", "3.10", "3.12", "3.14"]
5455
steps:
5556
- uses: actions/checkout@v4
5657

0 commit comments

Comments
 (0)