Skip to content

Commit

Permalink
Merge branch 'update-pyyaml' of 'https://github.com/jjmerchante/relea…
Browse files Browse the repository at this point in the history
…se-tools'

Merges #63
Closes #63
  • Loading branch information
sduenas authored Aug 25, 2023
2 parents b093c47 + 62ef332 commit 599783f
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0
- name: Download distribution artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0
Expand Down
199 changes: 76 additions & 123 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ notes = 'release_tools.notes:notes'
publish = 'release_tools.publish:publish'

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
click = "^7.0"
PyYAML = "^5.4.1"
PyYAML = "^6.0.1"
semver = "^2.9"
tomlkit = "^0.5.8"

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Update PyYAML version and drop Python 3.7
category: dependency
author: Jose Javier Merchante <[email protected]>
issue: null
notes: |
PyYAML dependency updated to support Python 3.10 and drop
Python 3.7 support

0 comments on commit 599783f

Please sign in to comment.