Skip to content

Commit ed195ab

Browse files
authored
WIP: Do not merge -- Test on Python 3.10 beta 1
https://www.python.org/download/pre-releases/
1 parent 727341e commit ed195ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v2
1414
with:
15-
python-version: "3.9"
15+
python-version: "3.10"
1616
- uses: actions/cache@v2
1717
with:
1818
path: ~/.cache/pip

0 commit comments

Comments
 (0)