Skip to content

Commit

Permalink
Update Python for CI (#315)
Browse files Browse the repository at this point in the history
* Update Python for CI

* Fix Python 3.10

* Update numpy

* Update mypy

* Publish with 3.8
  • Loading branch information
mmuckley authored Jun 26, 2023
1 parent 68faa10 commit 84ab6e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest]
python-version: [3.8]
python-version: ["3.8", "3.10"]

runs-on: ${{ matrix.platform }}

Expand All @@ -41,7 +41,7 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest]
python-version: [3.8]
python-version: ["3.8", "3.10"]

runs-on: ${{ matrix.platform }}

Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ python_requires = >=3.8
dev =
black==22.3.0
flake8==4.0.1
mypy==0.961
mypy==1.1.1
pytest==7.1.2
types-pyyaml==5.4.10
types-requests==2.27.6
Expand All @@ -74,8 +74,8 @@ tests =
flake8==4.0.1
h5py==3.7.0
isort==5.10.1
mypy==0.961
numpy==1.22.3
mypy==1.1.1
numpy==1.23.5
pandas==1.4.2
pandas-stubs==1.2.0.61
pytest==7.1.2
Expand Down

0 comments on commit 84ab6e5

Please sign in to comment.