Skip to content

Commit

Permalink
ci: enable py311 & bump poetry (#437)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Nov 10, 2022
1 parent 86daf68 commit b7d5a4e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
REPORTS_DIR: CI_reports
PYTHON_VERISON: "3.10"
POETRY_VERSION: "1.1.11"
POETRY_VERSION: "1.1.15"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DIST_DIR: dist
DIST_ARTIFACT: python-dist
PYTHON_VERISON: "3.10"
POETRY_VERSION: "1.1.11"
POETRY_VERSION: "1.1.15"

jobs:
release_candidate:
Expand Down
13 changes: 9 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ on:

env:
REPORTS_DIR: CI_reports
PYTHON_VERISON_DEFAULT: "3.10"
POETRY_VERSION: "1.1.11"
PYTHON_VERISON_DEFAULT: "3.11"
POETRY_VERSION: "1.1.15"

jobs:
coding-standards:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
include:
- # test with the locked dependencies
python-version: '3.10'
python-version: '3.11'
toxenv-factor: 'locked'
- # test with the lowest dependencies
python-version: '3.6'
Expand Down Expand Up @@ -102,7 +102,8 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version:
- "3.10" # highest supported
- "3.11" # highest supported
- "3.10"
- "3.9"
- "3.8"
- "3.7"
Expand All @@ -113,6 +114,10 @@ jobs:
os: 'ubuntu-latest'
python-version: '3.6'
toxenv-factor: 'lowest'
exclude:
- # broken poetry installer - see https://github.com/CycloneDX/cyclonedx-python/actions/runs/3435061093/jobs/5727124247#step:6:15
os: 'macos-latest'
python-version: '3.11'
steps:
- name: Checkout
# see https://github.com/actions/checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
DIST_DIR: dist
DIST_ARTIFACT: python-dist
PYTHON_VERISON: "3.10"
POETRY_VERSION: "1.1.11"
POETRY_VERSION: "1.1.15"

jobs:
release-PyPI:
Expand Down

0 comments on commit b7d5a4e

Please sign in to comment.