Skip to content

Commit 8622730

Browse files
committed
chore: update github action
1 parent 367d76f commit 8622730

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ jobs:
2020
os:
2121
- ubuntu-latest
2222
python:
23-
- "3.8"
23+
# - "3.8"
2424
- "3.9"
2525
- "3.10"
2626
- "3.11"
27+
- "3.12"
28+
- "3.13"
29+
- "3.14"
2730
steps:
2831
- uses: actions/checkout@v6
2932
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)