Skip to content

Commit 170a6b9

Browse files
authored
Update continuous-integration-pip.yml
tensorflow only supports 3.12
1 parent ca11f43 commit 170a6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration-pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest, windows-latest, macos-latest]
23-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
23+
python-version: ['3.10', '3.11', '3.12']
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)