Skip to content

Commit

Permalink
Add support for Python 3.11 (#142)
Browse files Browse the repository at this point in the history
* Add support for Python 3.11

* Fix license description
  • Loading branch information
himoto committed May 6, 2023
1 parent aba27d8 commit a57098d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.10']
python-version: ['3.8', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "pasmopy"
description = "Patient-Specific Modeling in Python"
readme = "README.md"
license = {file = "LICENSE"}
license = {text = "Apache-2.0"}
authors = [
{name = "Hiroaki Imoto"},
]
Expand All @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
Expand Down

0 comments on commit a57098d

Please sign in to comment.