summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-22 18:08:31 +0200
committerStephen Finucane <stephenfinucane@hotmail.com>2022-05-22 22:24:09 +0100
commit051114cd70aa356757ca0ced6670c7a6a4e785f7 (patch)
tree7c564e0766aecf11ce0ea2719f5e10cd7e094df8
parenta66ce35094ef5fdabd14032978d21a0584b94011 (diff)
downloadfixtures-git-051114cd70aa356757ca0ced6670c7a6a4e785f7.tar.gz
github: Add Python 3.11 betas to test matrix
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 6444a72..af6b81c 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
+ python: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-beta - 3.11"]
steps:
- name: Checkout source code
uses: actions/checkout@v2