Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Discard Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Feb 26, 2024
1 parent b609121 commit 2177cb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

This repository implements a causal feature selection algorithm based on transfer entropy. The algorithm is described in [TODO: Add reference].

Requires Python 3.9 or later.

## Installation

The package can be installed using pip:
Expand Down

0 comments on commit 2177cb5

Please sign in to comment.