Skip to content

Commit 7cb7560

Browse files
jecarrKadeMorton
authored andcommitted
Removed Python 3.8 support
1 parent e9a2627 commit 7cb7560

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
# We're testing Python versions 3.8+
2323
matrix:
24-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2525

2626
# Four steps: set-up Python, install dependencies, run linter, run tests
2727
steps:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ Community Collaboration: Thread is being built into an open-source community com
4646
If you want to use Thread right now, feel free to use the web version at https://app.arachne.digital/thread.
4747

4848
## Requirements
49-
- [Python 3](https://www.python.org/) (3.8+)
49+
- [Python 3](https://www.python.org/) (3.9+)
5050
- In line with Python 3.8 EOL being scheduled in October 2024, we will remove support for Python 3.8 soon.
51+
- Effective December 2024.
5152

5253
## Installation
5354
We recommend using a virtual environment for installing Python package dependencies.

0 commit comments

Comments
 (0)