Skip to content

Commit 9fb766e

Browse files
committed
ci(workflows): Keep 3.10 in short tests, remove 3.13
1 parent 0f77234 commit 9fb766e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
7373
strategy:
7474
matrix:
75-
python: ['3.9', '3.11', '3.12', '3.13']
75+
python: ['3.9', '3.10', '3.11', '3.12'] # updated: replaced 3.13 with 3.10 in short tests
7676
timeout-minutes: 90
7777
steps:
7878
- name: Harden Runner

0 commit comments

Comments
 (0)