Skip to content

Commit

Permalink
drop 3.8 on test due to numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Sep 7, 2024
1 parent e7e37a8 commit dee49fa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
platform: [octave]
os: [ubuntu-latest]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
platform: [octave]
os: [ubuntu-latest]

Expand Down Expand Up @@ -49,10 +49,10 @@ jobs:
- name: Clone this repository
uses: actions/checkout@v3

- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.12
cache: 'pip'
cache-dependency-path: 'requirements-dev.txt'

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"License :: OSI Approved :: MIT License",
Expand Down
22 changes: 11 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pandas>=1.2.0
numpy>=1.21.5
pandas==2.2.2
numpy==2.1.1

openpyxl>=3.1.2
openpyxl==3.1.5

oct2py>=5.7.0
matpower>=7.1.0.2.1.8
oct2py==5.7.2
matpower==8.0.0.2.1.8

pre-commit>=2.21.0
ruff>=0.5.0
setuptools>=68.0.0
pre-commit==3.8.0
ruff==0.6.4
setuptools==74.1.2

pytest
pytest-cov
pytest-xdist
pytest==8.3.2
pytest-cov==5.0.0
pytest-xdist==3.6.1

0 comments on commit dee49fa

Please sign in to comment.