8000 upgrade python · python/pythondotorg@4a83f3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a83f3b

Browse files
committed
upgrade python
1 parent 06916fe commit 4a83f3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
command: bin/tests --postgresql-host localhost
1111
needs-python: ${{ true }}
1212
needs-node: ${{ false }}
13-
- name: Lint
13+
- name: Check SCSS/CSS
1414
command: bin/scss-check
1515
needs-python: ${{ false }}
1616
needs-node: ${{ true }}
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/setup-python@v2
3737
if: ${{ matrix.needs-python }}
3838
with:
39-
python-version: 3.6.6
39+
python-version: 3.6.13
4040
- name: Cache Python dependencies
4141
if: ${{ matrix.needs-python }}
4242
uses: actions/cache@v2

runtime.txt

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

0 commit comments

Comments
 (0)
0