Skip to content

Commit a69d45f

Browse files
authored
use 3.14.0 in CI (#1454)
1 parent 08ec8e6 commit a69d45f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- {VERSION: "3.11", NOXSESSION: "tests"}
1818
- {VERSION: "3.12", NOXSESSION: "tests"}
1919
- {VERSION: "3.13", NOXSESSION: "tests"}
20-
- {VERSION: "3.14-dev", NOXSESSION: "tests"}
21-
- {VERSION: "3.14t-dev", NOXSESSION: "tests"}
20+
- {VERSION: "3.14", NOXSESSION: "tests"}
21+
- {VERSION: "3.14t", NOXSESSION: "tests"}
2222
- {VERSION: "pypy-3.11", NOXSESSION: "tests"}
2323
- {VERSION: "3.11", NOXSESSION: "tests-wheel", OS: "windows-latest"}
2424
# -cryptography-main
@@ -28,8 +28,8 @@ jobs:
2828
- {VERSION: "3.11", NOXSESSION: "tests-cryptography-main"}
2929
- {VERSION: "3.12", NOXSESSION: "tests-cryptography-main"}
3030
- {VERSION: "3.13", NOXSESSION: "tests-cryptography-main"}
31-
- {VERSION: "3.14-dev", NOXSESSION: "tests-cryptography-main"}
32-
- {VERSION: "3.14t-dev", NOXSESSION: "tests-cryptography-main"}
31+
- {VERSION: "3.14", NOXSESSION: "tests-cryptography-main"}
32+
- {VERSION: "3.14t", NOXSESSION: "tests-cryptography-main"}
3333
- {VERSION: "pypy-3.11", NOXSESSION: "tests-cryptography-main"}
3434
# -cryptography-minimum
3535
- {VERSION: "3.8", NOXSESSION: "tests-cryptography-minimum"}

0 commit comments

Comments
 (0)