Compare commits

...
Author SHA1 Message Date
Yoland YanandGitHub b545667469 Update test-build.yml 2025-05-06 02:42:31 -04:00
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}