Skip to content

Commit

Permalink
remove Python 3.12 from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Dec 4, 2023
1 parent 93a7c77 commit f173150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python_version: ['3.9','3.10','3.11','3.12']
python_version: ['3.9','3.10','3.11']
steps:
- name: 'set environment variables'
run: |
Expand All @@ -120,7 +120,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python_version: ['3.9','3.10','3.11','3.12']
python_version: ['3.9','3.10','3.11']
steps:
- name: 'set environment variables'
run: |
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python_version: ['3.9','3.10','3.11','3.12']
python_version: ['3.9','3.10','3.11']
steps:
- name: 'set environment variables'
run: |
Expand Down

0 comments on commit f173150

Please sign in to comment.