Skip to content

Commit 35d1e87

Browse files
authored
Use 3.12 final in CI (#1259)
1 parent a35c608 commit 35d1e87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- {VERSION: "3.9", TOXENV: "py39"}
1616
- {VERSION: "3.10", TOXENV: "py310"}
1717
- {VERSION: "3.11", TOXENV: "py311"}
18-
- {VERSION: "3.12-dev", TOXENV: "py312"}
18+
- {VERSION: "3.12", TOXENV: "py312"}
1919
- {VERSION: "pypy-3.8", TOXENV: "pypy3"}
2020
- {VERSION: "pypy-3.9", TOXENV: "pypy3"}
2121
- {VERSION: "3.11", TOXENV: "py311-useWheel", OS: "windows-2022" }
@@ -25,7 +25,7 @@ jobs:
2525
- {VERSION: "3.9", TOXENV: "py39-cryptographyMain"}
2626
- {VERSION: "3.10", TOXENV: "py310-cryptographyMain"}
2727
- {VERSION: "3.11", TOXENV: "py311-cryptographyMain"}
28-
- {VERSION: "3.12-dev", TOXENV: "py312-cryptographyMain"}
28+
- {VERSION: "3.12", TOXENV: "py312-cryptographyMain"}
2929
- {VERSION: "pypy-3.8", TOXENV: "pypy3-cryptographyMain"}
3030
- {VERSION: "pypy-3.9", TOXENV: "pypy3-cryptographyMain"}
3131
# -cryptographyMinimum
@@ -34,7 +34,7 @@ jobs:
3434
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum"}
3535
- {VERSION: "3.10", TOXENV: "py310-cryptographyMinimum"}
3636
- {VERSION: "3.11", TOXENV: "py311-cryptographyMinimum"}
37-
- {VERSION: "3.12-dev", TOXENV: "py312-cryptographyMinimum"}
37+
- {VERSION: "3.12", TOXENV: "py312-cryptographyMinimum"}
3838
- {VERSION: "pypy-3.8", TOXENV: "pypy3-cryptographyMinimum"}
3939
# Cryptography wheels
4040
- {VERSION: "3.9", TOXENV: "py39-cryptographyMinimum-useWheel"}

0 commit comments

Comments
 (0)