Skip to content

Commit

Permalink
Merge pull request #26 from OPERA-Cal-Val/dev
Browse files Browse the repository at this point in the history
v0.0.7
  • Loading branch information
cmarshak authored Jan 30, 2024
2 parents e774866 + a36ffd9 commit 6b1c437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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.0.7]
* Add python 3.12 support

## [0.0.6]
* Add python 3.9 support

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]

dynamic = ['version', 'readme']
Expand Down

0 comments on commit 6b1c437

Please sign in to comment.