Skip to content

Commit 888bbf3

Browse files
committed
MNT: Remove any references to python 3.10
1 parent fedbaa6 commit 888bbf3

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/tests-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tests-development.yml :: run unit tests on python 3.10-3.13 on various OSs
1+
# tests-development.yml :: run unit tests on python 3.11-3.13 on various OSs
22
name: tests-development
33

44
on:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ It also implements several shapelets applications, such as
3838

3939
### Installation
4040

41-
If you have Python 3.10+ installed on your machine, you can install the shapelets library via pip:
41+
If you have Python 3.11+ installed on your machine, you can install the shapelets library via pip:
4242

4343
pip install shapelets
4444

docs/install.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ The `shapelets` python package is available on Windows, macOS, and most Linux di
44

55
## Windows
66

7-
1. Download Python 3.10 from the [official website](https://www.python.org/) or from the Microsoft Store
7+
1. Download Python 3.11 from the [official website](https://www.python.org/) or from the Microsoft Store
88
2. Open Command Prompt, and install the shapelets library via: `pip install shapelets`
9-
3. Optionally, after successful installation, you can verify the integrity of the shapelets library via: `shapelets-test`
9+
3. Optionally, after successful installation, you can verify your shapelets install via: `shapelets-test`
1010

1111
## macOS
1212

1313
Please ensure your macOS is at least macOS 12 Monterey (released 2021).
1414

1515
1. Install [Homebrew](https://brew.sh/) by copy and pasting the link on their [homepage](https://brew.sh/) into your terminal
16-
2. Install Python 3.10 and pip via: `brew install python@3.10` (automatically installs pip)
17-
3. Install the shapelets library via `pip3.10 install shapelets`
18-
4. Optionally, after successful installation, you can verify the integrity of the shapelets library via: `shapelets-test`
16+
2. Install Python 3.11 and pip via: `brew install python@3.11` (automatically installs pip)
17+
3. Install the shapelets library via `pip3.11 install shapelets`
18+
4. Optionally, after successful installation, you can verify your shapelets install via: `shapelets-test`
1919

2020
## Linux
2121

2222
1. For debian based distributions (i.e. Ubuntu), update your system via: `sudo apt-get update`
23-
2. Install Python 3.10 and pip via: `sudo apt-get install python3.10 python3-pip`
23+
2. Install Python 3.11 and pip via: `sudo apt-get install python3.11 python3-pip`
2424
3. Install the shapelets library via: `pip install shapelets`
25-
4. Optionally, after successful installation, you can verify the integrity of the shapelets library via: `shapelets-test`
25+
4. Optionally, after successful installation, you can verify your shapelets install via: `shapelets-test`

docs/website.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It also implements several shapelets applications, such as
2929

3030
### Installation
3131

32-
If you have Python 3.10+ installed on your machine, you can install the shapelets library via pip:
32+
If you have Python 3.11+ installed on your machine, you can install the shapelets library via pip:
3333

3434
pip install shapelets
3535

0 commit comments

Comments
 (0)