diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf22ea9b75332a14d994c57a58f946dc7b53b807..6717b24c5947df8176304dbb6c42475e24fafe70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,10 @@ jobs: strategy: matrix: python-version: + - "3.9" + - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v4 - name: Cache Poetry