summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-08 22:31:41 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-10-12 17:37:23 +0700
commitda7569a4404342b03e96b0e7ac31391ae58aecdd (patch)
treeac519cf49fcfdee8781f710eae84e3a8ea6433e6 /.github
parent063f2ae74e22db90eb8ecd716c77ffbc889df6fe (diff)
downloadpip-da7569a4404342b03e96b0e7ac31391ae58aecdd.tar.gz
Document and start testing Python 3.9 support
At first use it for GitHub Action for linting.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linting.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml
index 512969b0d..0ff16be64 100644
--- a/.github/workflows/linting.yml
+++ b/.github/workflows/linting.yml
@@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- - name: Set up Python 3.8
- uses: actions/setup-python@v1
+ - name: Set up Python 3.9
+ uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: 3.9
# Setup Caching
- name: pip cache