summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickaël Schoentgen <contact@tiger-222.fr>2021-08-05 17:25:39 +0200
committerMickaël Schoentgen <contact@tiger-222.fr>2021-08-05 17:25:39 +0200
commita5f250c8f213916876be0fce02ed9f9a409e4990 (patch)
tree6a1d59fbf24d86dd29ed6ea5c36543208bffa6fb
parent69439599cac3ac243729ebe6be20b3964bb3a4dd (diff)
CI: Run tests on Python 3.9
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f039c18..1f40c66 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1