summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-04-21 09:01:03 +0300
committerYuval Adam <_@yuv.al>2022-04-21 09:01:03 +0300
commitf140ba2719acb1f905d1cc57bd222888dd9f8703 (patch)
tree37e2fc3c7fdedc97118be5f1b6c538262145ef70
parent3ddd42c74133102ff31e5c5bb1e50410f47363df (diff)
Updating CI build matrix
-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 04d4a02..12d23d7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2