Skip to content

Commit

Permalink
Update CI versions, drop Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Jan 12, 2023
1 parent f7fb545 commit 366a2de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ click==8.0.1
fasteners==0.14.1
goldpy==2.0.4
Mako==1.1.0
matplotlib==3.5.1
numpy==1.21.5
pandas==1.3.5
matplotlib==3.6.3
numpy==1.23.5
pandas==1.5.2
plotly==4.14.3
pyarrow==7.0.0
pyarrow==10.0.1
rich==9.12.4
ruamel.yaml==0.16.12
strictyaml==1.4.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
url='https://github.com/TheBB/Grevling',
packages=find_packages(),
package_data={'grevling': ['grevling.gold']},
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=[
'asteval',
'bidict',
Expand Down

0 comments on commit 366a2de

Please sign in to comment.