This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new fe94e6b  Protect last digit of version
fe94e6b is described below

commit fe94e6bc9c09a088078a828d502c335d594bad2a
Author: Sebb <[email protected]>
AuthorDate: Sun Jan 23 23:40:48 2022 +0000

    Protect last digit of version
---
 .github/workflows/type-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 351c77b..58fafec 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       max-parallel: 2
       matrix:
-        python-version: [3.7, 3.9, 3.10]
+        python-version: [3.7, 3.9, "3.10"]
     steps:
     - uses: actions/checkout@master
       with:

Reply via email to