Skip to content

Commit

Permalink
start going through and adding 3.12 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelynsmale committed Oct 10, 2023
1 parent 030e072 commit 65d0208
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65d0208

Please sign in to comment.