Skip to content

Commit

Permalink
v0.1.0-rc-2
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 committed Oct 13, 2020
1 parent e1ac9ea commit 8576065
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ sudo: true
language: python
matrix:
include:
- python: 3.6.1
- python: 3.6
- python: 3.7
cache:
pip: true
Expand All @@ -26,4 +26,4 @@ deploy:
on:
tags: true
branch: master
python: "3.6.1"
python: "3.6"
17 changes: 9 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iotoolz"
version = "0.1.0-rc-1"
version = "0.1.0-rc-2"
description = "Consistent io iterface to read and write from/to both local and different remote resources (e.g. http, s3)"
authors = ["eterna2 <eterna2@hotmail.com>"]
license = "Apache-2.0"
Expand All @@ -16,7 +16,7 @@ documentation = "https://iotoolz.readthedocs.io/en/latest/"
Changelog = "https://github.com/e2fyi/iotoolz/blob/master/CHANGELOG.md"

[tool.poetry.dependencies]
python = ">=3.6.1,<4"
python = ">=3.6,<4"
typing-extensions = "*"
python-magic = {version = "0.4.*", markers = "sys_platform == 'linux'"}
python-magic-bin = {version = "0.4.*", markers = "sys_platform == 'darwin' or sys_platform == 'windows'"}
Expand Down

0 comments on commit 8576065

Please sign in to comment.