Skip to content

Commit

Permalink
Merge pull request #45 from velexi-research/dev/0.6.11
Browse files Browse the repository at this point in the history
Bump minimum Python version to 3.10.
  • Loading branch information
ktchu committed Jun 13, 2024
2 parents a3a1e47 + 2c92c70 commit aa1eb56
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Velexi Python Package Cookiecutter Release Notes
================================================

-------------------------------------------------------------------------------
0.6.11 (2024-06-13)
===================
### Cookiecutter Template
* Bump minimum Python version to 3.10.

### Cookiecutter Development
* Bump minimum Python version to 3.10.

-------------------------------------------------------------------------------
0.6.10 (2024-06-13)
===================
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MIT License",
"None"
],
"python_version": "^3.9",
"python_version": "^3.10",
"github_repo_owner": "{{ cookiecutter.author | slugify }}",
"enable_github_pages": [
"yes",
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "Velexi Python Project Cookiecutter"
version = "0.6.10"
version = "0.6.11"
description = "Template for Python projects"
license = "Apache-2.0"
authors = ["Kevin Chu <kevin@velexi.com>"]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
cookiecutter = "^2"
pre-commit = "^3"
black = "^24"
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.__project_name}}/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa1eb56

Please sign in to comment.