Skip to content

Commit

Permalink
bump python version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Oct 2, 2024
1 parent f2457eb commit bb491ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
python-version: ["3.7", "3.11"] # min and max supported versions?
python-version: ["3.8", "3.12"] # min and max supported versions?
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit bb491ee

Please sign in to comment.