summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-10-07 23:52:07 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-10-07 23:52:07 -0700
commit2837927fb3f31ef11394617b4475fdb0799a5f73 (patch)
tree8283b732bebac8be5f89b826bb5e36b64450022b /.github
parentf0b7ec9d694821b0a92e7769b1341e7a6ca2c47d (diff)
downloadisort-2837927fb3f31ef11394617b4475fdb0799a5f73.tar.gz
Revert "Test against 3.9"5.6.0
This reverts commit f0b7ec9d694821b0a92e7769b1341e7a6ca2c47d.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml2
-rw-r--r--.github/workflows/test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index beefbf5a..28310311 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.9]
+ python-version: [3.8]
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bd46ab7b..ef93a1ee 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8]
os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest]
steps: