From 948d09d6df79efda92020d774ae2ad9915c08874 Mon Sep 17 00:00:00 2001 From: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Date: Tue, 9 Feb 2021 02:05:30 +0530 Subject: [PATCH] test: Test against Python 3.10 (#2848) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f90c19952..cd6dc6afe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - 3.5 - 3.6 - 3.9 - # - 3.10-dev # Re-enable once 3.10.0a5 is released + - 3.10-dev - pypy2 - pypy3