Skip to content

Commit

Permalink
📌 python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Oct 19, 2023
1 parent 3358760 commit 46c02bb
Show file tree
Hide file tree
Showing 6 changed files with 1,778 additions and 2,066 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
# python-version: ["3.11", "3.12"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -69,4 +70,5 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "run-3.10,run-3.11"
# carryforward: "run-3.11,run-3.12"
carryforward: "run-3.11"
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## CHANGELOG

### 0.4.0 (2023-10-19)

- Drop support for python 3.10
- Fix `ftmq` dependency

### 0.3.4 (2023-10-16)

- Fix `investigraph inspect` command
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Using [prefect.io](https://www.prefect.io/) for ftm pipeline processing

## installation

`investigraph` requires at least **Python 3.11**

pip install investigraph

## example datasets
Expand Down
Loading

0 comments on commit 46c02bb

Please sign in to comment.