Skip to content

Commit

Permalink
bump python version on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelic committed Apr 11, 2024
1 parent 9e61d87 commit 0266ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
--disallow-untyped-defs -p aptly_api

0 comments on commit 0266ea0

Please sign in to comment.