File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed
Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1212env :
1313 REPORTS_DIR : CI_reports
1414 PYTHON_VERISON : " 3.10"
15- POETRY_VERSION : " 1.1.11 "
15+ POETRY_VERSION : " 1.1.15 "
1616
1717jobs :
1818 test :
Original file line number Diff line number Diff line change 1313 DIST_DIR : dist
1414 DIST_ARTIFACT : python-dist
1515 PYTHON_VERISON : " 3.10"
16- POETRY_VERSION : " 1.1.11 "
16+ POETRY_VERSION : " 1.1.15 "
1717
1818jobs :
1919 release_candidate :
Original file line number Diff line number Diff line change 2929
3030env :
3131 REPORTS_DIR : CI_reports
32- PYTHON_VERISON_DEFAULT : " 3.10 "
33- POETRY_VERSION : " 1.1.11 "
32+ PYTHON_VERISON_DEFAULT : " 3.11 "
33+ POETRY_VERSION : " 1.1.15 "
3434
3535jobs :
3636 coding-standards :
6666 matrix :
6767 include :
6868 - # test with the locked dependencies
69- python-version : ' 3.10 '
69+ python-version : ' 3.11 '
7070 toxenv-factor : ' locked'
7171 - # test with the lowest dependencies
7272 python-version : ' 3.6'
@@ -102,7 +102,8 @@ jobs:
102102 matrix :
103103 os : [ubuntu-latest, windows-latest, macos-latest]
104104 python-version :
105- - " 3.10" # highest supported
105+ - " 3.11" # highest supported
106+ - " 3.10"
106107 - " 3.9"
107108 - " 3.8"
108109 - " 3.7"
@@ -113,6 +114,10 @@ jobs:
113114 os : ' ubuntu-latest'
114115 python-version : ' 3.6'
115116 toxenv-factor : ' lowest'
117+ exclude :
118+ - # broken poetry installer - see https://github.com/CycloneDX/cyclonedx-python/actions/runs/3435061093/jobs/5727124247#step:6:15
119+ os : ' macos-latest'
120+ python-version : ' 3.11'
116121 steps :
117122 - name : Checkout
118123 # see https://github.com/actions/checkout
Original file line number Diff line number Diff line change 3030 DIST_DIR : dist
3131 DIST_ARTIFACT : python-dist
3232 PYTHON_VERISON : " 3.10"
33- POETRY_VERSION : " 1.1.11 "
33+ POETRY_VERSION : " 1.1.15 "
3434
3535jobs :
3636 release-PyPI :
You can’t perform that action at this time.
0 commit comments