From 65d020865d3d1a14425abaab81d29a6f1d339d76 Mon Sep 17 00:00:00 2001 From: jacquelynsmale Date: Tue, 10 Oct 2023 11:44:40 -0800 Subject: [PATCH] start going through and adding 3.12 updates --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f6cac..272b29d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3] + +### Added +- `reusable-pytest` now includes testing for Python 3.12 + ## [0.8.2] ### Changed diff --git a/README.md b/README.md index 15e07f6..2286bf3 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ jobs: local_package_name: hyp3_plugin # Required; package to produce a coverage report for fail_fast: false # Optional; default shown python_versions: >- # Optional; default shown - ["3.8", "3.9", "3.10"] + ["3.8", "3.9", "3.10", "3.12"] ``` to test your Python package and produce a coverage report for. Importantly, `python_versions` *must* be a valid JSON string