Skip to content

Commit

Permalink
update project CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Corfucinas committed Jul 7, 2020
1 parent efb59ed commit 94bb36e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6.1", "3.7", "3.8"]
python-version: ['3.7', '3.8']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6.10','3.7', '3.8']
python-version: ['3.7', '3.8']
name: Python
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)


_PYTHON_VERSIONS = ['3.6.10', '3.7', '3.8']
_PYTHON_VERSIONS = ['3.7', '3.8']

def install_with_constraints( # type: ignore
session: Session, *args: str, **kwargs: Any,
Expand Down
35 changes: 3 additions & 32 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/Corfucinas/cryptocurrency-candlestick"
keywords = ["cryptocurrency", "candlesticks", "download", "data", "ohlc"]

[tool.poetry.dependencies]
python = "^3.6.10"
python = "^3.7"
pandas = "^1.0.5"
numpy = "^1.19.0"
requests = "^2.24.0"
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 94bb36e

Please sign in to comment.