File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments