Skip to content

Commit d22a4cf

Browse files
authored
chore: Remove 'dev' version from Python 3.14
1 parent cf8781b commit d22a4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
python-version: [
14-
"3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev",
14+
"3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14",
1515
"pypy-2.7", "pypy-3.10"
1616
]
1717
os: [ubuntu-latest, macOS-latest, windows-latest]

0 commit comments

Comments
 (0)