Skip to content

Commit

Permalink
ci: test all supported python versions
Browse files Browse the repository at this point in the history
according to the requires_python metadata
  • Loading branch information
duncanmmacleod authored and turetske committed Oct 25, 2024
1 parent bba471c commit 1fc3e99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/citest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.12"]

python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 1fc3e99

Please sign in to comment.