Skip to content

Commit 47e915c

Browse files
committed
remove 3.15
1 parent e8b90af commit 47e915c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
needs: discover-packages
7575
strategy:
7676
matrix:
77-
python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14", "3.15"]
77+
python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14"]
7878
# Dynamically scales to fit every package perfectly without hardcoding array indices
7979
batch-index: ${{ fromJson(needs.discover-packages.outputs.batch-indices) }}
8080
steps:
@@ -250,7 +250,7 @@ jobs:
250250
if: always()
251251
strategy:
252252
matrix:
253-
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.15']
253+
python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14"]
254254
runs-on: ubuntu-latest
255255
steps:
256256
- name: Check unit tests results

0 commit comments

Comments
 (0)