Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd582e8

Browse files
authored
Debian sid has python 3.9 now (pyca#5580)
1 parent 239fddf commit fd582e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- {IMAGE: "pyca/cryptography-runner-stretch", TOXENV: "py27"}
9595
- {IMAGE: "pyca/cryptography-runner-buster", TOXENV: "py37"}
9696
- {IMAGE: "pyca/cryptography-runner-bullseye", TOXENV: "py38"}
97-
- {IMAGE: "pyca/cryptography-runner-sid", TOXENV: "py38"}
97+
- {IMAGE: "pyca/cryptography-runner-sid", TOXENV: "py39"}
9898
- {IMAGE: "pyca/cryptography-runner-ubuntu-bionic", TOXENV: "py36"}
9999
- {IMAGE: "pyca/cryptography-runner-ubuntu-focal", TOXENV: "py38"}
100100
- {IMAGE: "pyca/cryptography-runner-ubuntu-rolling", TOXENV: "py27"}

0 commit comments

Comments
 (0)