Skip to content

Commit

Permalink
Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
okken committed Aug 28, 2024
1 parent ab83eb8 commit ddf18ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ All notable changes to this project be documented in this file.
- nothing so far
-->
## [0.2.1] - 2024-Aug-27

### Changed

- Test against Python 3.12, ditch 3.7

## [0.1.1] - 2023-Oct-18

### Changed
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ authors = [{name = "Brian Okken"}]
readme = "README.md"
license = {file = "LICENSE.txt"}
description="pytest parametrize scope fixture workaround"
version = "0.2.0"
requires-python = ">=3.7"
version = "0.2.1"
requires-python = ">=3.8"
classifiers = [
"License :: OSI Approved :: MIT License",
"Framework :: Pytest" ,
Expand Down

0 comments on commit ddf18ce

Please sign in to comment.