Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
takojunior committed May 17, 2024
1 parent f54516a commit 524a4b7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

-------------------------------------------------------------------------------
May, 15, 2024 2.0.0
-------------------------------------------------------------------------------

Major:
- Update CI test environment to python 3.8, 3.9, 3.10, 3.11 and drop 3.7
- Update installation requirement to 3.8+

-------------------------------------------------------------------------------
Apr, 12, 2023 1.4.0
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ our [documentation](https://fidelity.github.io/seq2pat/installation.html).

### Requirements

The library requires ```Python 3.8+```, the ```Cython``` package, and a ```C++``` compiler.
The library requires **Python 3.8+**, the ```Cython``` package, and a ```C++``` compiler.
See [requirements.txt](requirements.txt) for dependencies.

## Support
Expand Down
2 changes: 1 addition & 1 deletion docsrc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installation
Requirements
------------

* The library requires ``Python 3.8+``, the ``Cython`` package, and a ``C++`` compiler (gcc, clang or another). See `requirements.txt`_ for dependencies.
* The library requires **Python 3.8+**, the ``Cython`` package, and a ``C++`` compiler (gcc, clang or another). See `requirements.txt`_ for dependencies.

* Make sure that the C++ compiler used in your Python installation is the same or compatible with the C++ compiler that you use to build the Cython artifacts. You can see the underlying C++ compiler of your Python installation using ``python -i``.

Expand Down
2 changes: 1 addition & 1 deletion sequential/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright FMR LLC <opensource@fidelity.com>
# SPDX-License-Identifier: GPL-2.0

__version__ = "1.4.0"
__version__ = "2.0.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
packages=setuptools.find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
classifiers=[
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",
],
project_urls={
Expand Down

0 comments on commit 524a4b7

Please sign in to comment.