Skip to content

Commit baaf29c

Browse files
committed
modify python.yml
Signed-off-by: Simoh23999 <[email protected]>
1 parent d007a89 commit baaf29c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
toxenv-factors: '-current'
8787
- # test with the lowest dependencies
8888
os: ubuntu-latest
89-
python-version: '3.8'
89+
python-version: '3.10'
9090
toxenv-factors: '-lowest'
9191
steps:
9292
- name: Checkout
@@ -117,15 +117,13 @@ jobs:
117117
matrix:
118118
os:
119119
- ubuntu-latest
120-
- macos-13 # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
120+
- macos-13
121121
- windows-latest
122122
python-version:
123123
- "3.13" # highest supported
124124
- "3.12"
125125
- "3.11"
126-
- "3.10"
127-
- "3.9"
128-
- "3.8" # lowest supported
126+
- "3.10" # lowest supported
129127
toxenv-factors:
130128
- '-allExtras'
131129
- '-noExtras'
@@ -219,7 +217,7 @@ jobs:
219217
# see https://github.com/actions/setup-python
220218
uses: actions/setup-python@v5
221219
with:
222-
python-version: '>=3.8 <=3.13' # supported version range
220+
python-version: '>=3.10 <=3.13' # supported version range
223221
- name: Validate Python Environment
224222
shell: python
225223
run: |

0 commit comments

Comments
 (0)