Skip to content

Commit

Permalink
Update supported Python versions in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed May 21, 2024
2 parents 496123a + e61a6d1 commit 26fc0c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 7.1.3 [#152](https://github.com/openfisca/country-template/pull/147)

* Technical improvement.
* Details:
- Update classifiers in pyproject.toml to include all supported versions of python

### 7.1.2 [#147](https://github.com/openfisca/country-template/pull/147)

* Technical improvement
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openfisca-country_template"
version = "7.1.2"
version = "7.1.3"
description = "OpenFisca Rules as Code model for Country-Template."
readme = "README.md"
keywords = ["microsimulation", "tax", "benefit", "rac", "rules-as-code"]
Expand All @@ -12,6 +12,8 @@ classifiers = [
"Operating System :: POSIX",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Information Analysis",
]
requires-python = ">=3.9"
Expand Down

0 comments on commit 26fc0c9

Please sign in to comment.