Skip to content

Commit

Permalink
update with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Jul 31, 2023
1 parent 106c5db commit 9d20669
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python package
name: tests

on: [push]

Expand All @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.8', '3.9', '3.10', '3.11']
os: [ macos-latest, windows-2019, ubuntu-latest ]

steps:
Expand All @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [[ -f requirements.txt ]]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
- name: Lint with flake8
run: |
flake8 $(git ls-files '*.py')
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ tzdata==2023.3
# via pandas
urllib3==2.0.3
# via requests
xarray==2023.5.0
xarray>=2023.1.0
# via pyrfu (pyproject.toml)

0 comments on commit 9d20669

Please sign in to comment.