Skip to content

Commit

Permalink
Preparation v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed Apr 18, 2024
1 parent ddbdf7a commit a55ffdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: needs.deps_gen.outputs.trigger_build == 'true'
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Checkout Codes
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
if: needs.deps_gen.outputs.trigger_build == 'true'
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.11']

steps:
- name: Checkout Codes
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
if: needs.deps_gen.outputs.trigger_build == 'true'
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.11']

steps:
- name: Checkout Codes
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
if: needs.deps_gen.outputs.trigger_build == 'true'
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.11']

steps:
- name: Checkout Codes
Expand Down

0 comments on commit a55ffdc

Please sign in to comment.