From 0266ea068fd7966f175f59a7292f193fa8f13221 Mon Sep 17 00:00:00 2001 From: Jonas Maurus Date: Thu, 11 Apr 2024 13:55:00 +0200 Subject: [PATCH] bump python version on tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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