Skip to content

Commit d0d3cc1

Browse files
authored
Merge pull request #24 from WayScience/support_py_3.12
Support for python 3.12
2 parents 5b695a1 + 2582429 commit d0d3cc1

File tree

4 files changed

+1122
-1275
lines changed

4 files changed

+1122
-1275
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ["3.10", "3.11"]
17+
python-version: ["3.10", "3.11", "3.12"]
1818

1919

2020
steps:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Users should almost exclusively interact with the [PairwiseCompareManager](https
88
If you choose to interact with another component of the tool, then there will be less input validation safeguards available.
99

1010
## Installation
11-
In Python 3.10 and 3.11 you can install this tool with:<br>
11+
For Python versions 3.10 through 3.12 (inclusive), you can install this tool with either of the following commands:<br>
12+
`pip install pairwise-compare`<br>
1213
`pip install git+https://github.com/WayScience/pairwise_compare.git`<br>
1314
<br>
1415
Note it is highly recommended to use a package manager such as Conda to install this tool.<br>

0 commit comments

Comments
 (0)