Skip to content

Commit

Permalink
mention changelog in contributing docs and bump project reqs to 3.10.…
Browse files Browse the repository at this point in the history
… Concretely it still works with >=3.7 but because we only support the latest 3 versions it's more consistent this way.
  • Loading branch information
attwad committed Jul 26, 2024
1 parent 787dde9 commit d9a29a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ TL;DR:
- Format all code with Black
- Provide type annotations with mypy
- Write and run tests with pytest
- If you're adding a new feature, mention it in the [CHANGELOG.md](CHANGELOG.md) file under the _Unreleased_ section

Please only send the PR once all of the above is done, thanks!
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "python-osc"
version="1.8.3"
description="Open Sound Control server and client implementations in pure Python"
readme="README.rst"
requires-python=">=3.7"
requires-python=">=3.10"
license = {file = "LICENSE.txt"}
authors = [
{name = "attwad", email = "tmusoft@gmail.com"},
Expand Down

0 comments on commit d9a29a0

Please sign in to comment.