Skip to content

Commit

Permalink
0.4.9 (#89)
Browse files Browse the repository at this point in the history
* update deps

* update index

* update python support to 3.6.2

* update deps

* add 3.9 and 3.10 to ci

* python versions as strings in ci_test.yml

* remove 3.10 from ci

* 0.4.9

* trigger ci
  • Loading branch information
cgarciae authored Jan 6, 2022
1 parent 94353ee commit 8ce9ad8
Show file tree
Hide file tree
Showing 5 changed files with 1,529 additions and 1,304 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: ["3.6", "3.7", "3.8", "3.9"]
steps:
- name: Check out the code
uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Pypeln

[![Coverage](https://img.shields.io/codecov/c/github/cgarciae/pypeln?color=%2334D058)](https://codecov.io/gh/cgarciae/pypeln)

-----------------

_Pypeln (pronounced as "pypeline") is a simple yet powerful Python library for creating concurrent data pipelines._

#### Main Features
Expand Down
Loading

0 comments on commit 8ce9ad8

Please sign in to comment.