Skip to content

Commit c1a64e2

Browse files
Евгений БлиновЕвгений Блинов
Евгений Блинов
authored and
Евгений Блинов
committed
try without python 3.14 in CI workflows
1 parent 9dffc2f commit c1a64e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_and_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [macos-latest, ubuntu-latest, windows-latest]
13-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
13+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)