From add8f5e6a13da3c1e165fe4fd74dc2ba3e042f8f Mon Sep 17 00:00:00 2001 From: Mikko Korpela Date: Sat, 20 Jan 2024 16:59:30 +0200 Subject: [PATCH] 3.1 nope "3.10" yep --- .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 46c92aef..9ea5e199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [ 3.8, 3.10, 3.12 ] + python: [ "3.8", "3.10", "3.12" ] robotframework: - "4.1.0" - "5.0.0"