Skip to content

Commit

Permalink
Upgrade to Python v3.12 and Poetry v1.6.1 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic authored Oct 14, 2023
1 parent 861c781 commit 75cfa29
Show file tree
Hide file tree
Showing 6 changed files with 560 additions and 595 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
secrets: inherit
with:
matrix-os-version: "[ 'ubuntu-latest' ]"
matrix-python-version: "[ '3.9', '3.10', '3.11' ]"
poetry-version: "1.5.1"
matrix-python-version: "[ '3.9', '3.10', '3.11', '3.12' ]"
poetry-version: "1.6.1"
release:
name: "Release"
if: github.ref_type == 'tag'
Expand All @@ -31,5 +31,5 @@ jobs:
secrets: inherit
with:
python-version: "3.9"
poetry-version: "1.5.1"
poetry-version: "1.6.1"
publish-pypi: false
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 0.7.2 unreleased

* Upgrade major dependencies.
* Upgrade build process to Poetry v1.6.1.
* Add support for Python v3.12.

Version 0.7.1 11 Jun 2023

* Add explicit dependency on pyyaml for use by uvicorn.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Test Suite](https://github.com/pronovic/vplan/workflows/Test%20Suite/badge.svg)](https://github.com/pronovic/vplan/actions?query=workflow%3A%22Test+Suite%22)
[![coverage](https://coveralls.io/repos/github/pronovic/vplan/badge.svg?branch=master)](https://coveralls.io/github/pronovic/vplan?branch=master)
[![release](https://img.shields.io/github/v/release/pronovic/vplan)](https://github.com/pronovic/vplan/releases/latest)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)

Vacation Plan Manager is a platform that manages a vacation lighting plan for
one or more SmartThings locations tied to a single SmartThings user.
Expand Down
Loading

0 comments on commit 75cfa29

Please sign in to comment.