Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
almostintuitive committed Feb 29, 2024
1 parent 1228f2f commit 33aa0e7
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 130 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/test-arch.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test-lightgbm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: install-dependencies
run: |
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/test-prophet.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/test-sktime.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/test-statsforecast.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/test-statsmodels.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test-xgboost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: install-dependencies
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
os:
- ubuntu-latest
python-version:
- "3.10"
- "3.11"

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -47,7 +46,6 @@ jobs:
os:
- ubuntu-latest
python-version:
- "3.10"
- "3.11"

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -83,7 +81,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: install-dependencies
run: |
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ authors = ["Mark Aron Szulyovszky", "Daniel Szemerey" ]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down

0 comments on commit 33aa0e7

Please sign in to comment.