diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6adba04..ca790b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ["3.10"] + python-version: ["3.11", "3.12"] steps: - uses: actions/checkout@v3 @@ -41,4 +41,4 @@ jobs: run: | mypy --install-types --non-interactive \ --ignore-missing-imports --follow-imports=skip --disallow-untyped-calls \ - --disallow-untyped-defs -p aptly_api \ No newline at end of file + --disallow-untyped-defs -p aptly_api