Skip to content

Commit

Permalink
add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Jan 8, 2025
1 parent 262f546 commit feb52fe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Update classifiers

## [4.0.1] - 2025-01-08

### Fixed
Expand Down
10 changes: 9 additions & 1 deletion changelog.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
"repository": "https://github.com/sauljabin/kaskade",
"versions": [
{
"version": "Unreleased"
"version": "Unreleased",
"changes": [
{
"type": "Fixed",
"entries": [
"Update classifiers"
]
}
]
},
{
"version": "4.0.1",
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ classifiers = [
"Environment :: Console",
"Operating System :: MacOS",
"Operating System :: Unix",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.10,<3.14"
dependencies = [
Expand Down

0 comments on commit feb52fe

Please sign in to comment.