Skip to content

Commit

Permalink
Python: Update of version range to 3.10-3.13 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyuwono authored Oct 9, 2024
1 parent 0b0582d commit 1a88c63
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']
python-version: ['3.10', '3.11', '3.12']

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.11']
python-version: ['3.12']

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.11']
python-version: ['3.12']

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.11']
python-version: ['3.12']

steps:
- name: Checkout Codes
Expand Down

0 comments on commit 1a88c63

Please sign in to comment.