summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-10-20 14:02:32 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2020-10-20 14:02:32 +0000
commit2aef9025a68b6982ddd47c2add63efe5eca4effd (patch)
tree55370e03feb873ef671aac984aadf36ac311addd
parentb6a682a7574f5e239677e0e08415e4c3c733208f (diff)
downloadasciidoc-py3-2aef9025a68b6982ddd47c2add63efe5eca4effd.tar.gz
remove dev designation from 3.9 for testing
-rw-r--r--.github/workflows/test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 82107bb..8c40faf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8, 3.9-dev]
+ python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
@@ -43,6 +43,7 @@ jobs:
if: "!endsWith(matrix.python-version, '-dev')"
with:
python-version: ${{ matrix.python-version }}
+
- name: Set up Python ${{ matrix.python-version }} (deadsnakes)
uses: deadsnakes/action@v2.0.0
if: endsWith(matrix.python-version, '-dev')