Skip to content

Commit e303d2c

Browse files
committed
Minimum version for Python is now 3.9
Signed-off-by: Max Dymond <max.dymond@alianza.com>
1 parent 7ee9ded commit e303d2c

File tree

5 files changed

+581
-423
lines changed

5 files changed

+581
-423
lines changed

.github/workflows/steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
os:
1515
- ubuntu-20.04
1616
python-version:
17+
- "3.11"
1718
- "3.10"
1819
- "3.9"
19-
- "3.8"
2020
steps:
2121
- name: 'Set up Python ${{ matrix.python-version }}'
2222
uses: actions/setup-python@v5

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ version number is tracked in the file `pyproject.toml`.
1111
### Breaking Changes
1212

1313
### Added
14+
- Minimum version for Python is now 3.9
1415

1516
### Fixed
1617

after_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docker run \
1212
metaswitch/announcer:$VERSION \
1313
announce \
1414
--webhook $WEBHOOK \
15-
--target teams \
15+
--target slack \
1616
--changelogversion $VERSION \
1717
--changelogfile /announcer/CHANGELOG.md \
1818
--projectname announcer

0 commit comments

Comments
 (0)