Skip to content

Commit

Permalink
Update tested Python versions
Browse files Browse the repository at this point in the history
Nothing actually uses Python 3.7, but 3.12 is becoming more common (especially
on Mac).
  • Loading branch information
TimoWilken committed Nov 7, 2023
1 parent 686a810 commit 2828854
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
matrix:
python-version:
- '3.6.8' # slc7, slc8 and cs8 containers
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.8.10' # ubuntu2004 container
- '3.9.16' # slc9 container
- '3.10.6' # ubuntu2204 container
- '3.11'
- '3.12'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2828854

Please sign in to comment.