Skip to content

Commit

Permalink
Merge pull request #156 from decargroup/feature/155-add-python-311-to…
Browse files Browse the repository at this point in the history
…-ci-unit-tests

Add Python 3.11 to CI unit tests
  • Loading branch information
sdahdah authored Oct 2, 2023
2 parents 86e5e24 + d1eef0f commit 555c77e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python-version}}
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ authors:
orcid: "https://orcid.org/0000-0002-1987-9268"
affiliation: "McGill University"
title: "decargroup/pykoop"
version: v1.1.4
version: v1.2.0
doi: 10.5281/zenodo.5576490
url: "https://github.com/decargroup/pykoop"
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ If you use this software in your research, please cite it as below or see
url={https://github.com/decargroup/pykoop},
publisher={Zenodo},
author={Steven Dahdah and James Richard Forbes},
version = {{v1.1.4}},
version = {{v1.2.0}},
year={2022},
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='pykoop',
version='1.1.4',
version='1.2.0',
description=('Koopman operator identification library in Python, '
'compatible with `scikit-learn`'),
long_description=readme,
Expand Down

0 comments on commit 555c77e

Please sign in to comment.