Skip to content

Commit

Permalink
python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-sardar committed Jun 3, 2023
1 parent 0fb9d17 commit 789bc5c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9]
python-version: [3.10]

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
History
=======

1.0.0 (2023-06-03)
------------------

* Upgrade to Python 3.10
* Add PreCommit


0.2.4 (2022-04-05)
------------------

* Add Multi-family and commercial Waste collection
* Add Animal feed production (AnF)

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Installation

3- Create a new environment for swolfpy::

conda create --name swolfpy python=3.9
conda create --name swolfpy python=3.10

4- Activate the environment::

Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "swolfpy_inputdata"
dynamic = ["version", "readme", "dependencies"]
description = "Input data for swolfpy's life-cycle process models (swolfpy_inputdata)."
license = {text = "GNU GENERAL PUBLIC LICENSE V2"}
requires-python = ">=3.7"
requires-python = ">=3.10"
authors = [
{name = "Mojtaba Sardarmehni", email = "msardar2@alumni.ncsu.edu"},
]
Expand All @@ -27,9 +27,7 @@ classifiers = [
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Natural Language :: English',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Topic :: Scientific/Engineering :: Information Analysis',
Expand Down
2 changes: 1 addition & 1 deletion swolfpy_inputdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"AnF_Input",
]

__version__ = "0.2.4"
__version__ = "1.0.0"

0 comments on commit 789bc5c

Please sign in to comment.