Skip to content

Commit b7c066b

Browse files
authored
Upgrade production to Python 3.9.6 (#478)
1 parent f68f233 commit b7c066b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
python-version: ["3.7"]
16+
python-version: ["3.9"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.7.10
1+
python-3.9.6

0 commit comments

Comments
 (0)