diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5cc59ce..46c92aef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [ 3.8, 3.9, 3.11 ] + python: [ 3.8, 3.10, 3.12 ] robotframework: - - "3.2.0" - "4.1.0" - "5.0.0" - "6.0.0"