Skip to content

Commit 8d5218e

Browse files
committed
CI: Update 3.14 from alpha1 to rc2
cffi 2.0 was published this week and broke support for some 3.14 alpha versions. This caused a segfault when trying to use python3-cryptography for ecdsa
1 parent 9061843 commit 8d5218e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- python-version: "3.14.0-alpha.1"
18+
- python-version: "3.14.0-rc.2"
1919
with-opt-deps: true
2020
runs-on: ubuntu-22.04
2121

0 commit comments

Comments
 (0)