Skip to content

Commit

Permalink
Test against latest Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Jan 21, 2024
1 parent 6ea6807 commit 37cef03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10.9, 3.11.0]
python-version: [3.11.7, 3.12.1]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 37cef03

Please sign in to comment.