Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]


steps:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Users should almost exclusively interact with the [PairwiseCompareManager](https
If you choose to interact with another component of the tool, then there will be less input validation safeguards available.

## Installation
In Python 3.10 and 3.11 you can install this tool with:<br>
In Python 3.10 to 3.12, inclusive, you can install this tool with either of the following commands:<br>
Comment thread
MattsonCam marked this conversation as resolved.
Outdated
`pip install pairwise-compare`<br>
`pip install git+https://github.com/WayScience/pairwise_compare.git`<br>
<br>
Note it is highly recommended to use a package manager such as Conda to install this tool.<br>
Expand Down
Loading