Skip to content

Commit ca11f43

Browse files
authored
Update continuous-integration-pip-master.yml
Tensorflow only supports 3.12
1 parent 9e87956 commit ca11f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
python-version: ['3.10' ,'3.11', '3.12', '3.13', '3.14']
19+
python-version: ['3.10' ,'3.11', '3.12']
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)