Skip to content

Commit

Permalink
adding python 3.12 support to buildandtest github action, dropping py…
Browse files Browse the repository at this point in the history
…thon 3.8
  • Loading branch information
proccaserra committed Jul 22, 2024
1 parent 2632c33 commit d1c558c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildandtestpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
python-version: [3.9, '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def read(f_name):
'graphql-core==3.2.3',
'wheel~=0.43.0',
'setuptools~=71.0.4',
'numpy~=1.26.0',
'numpy~=1.26',
'jsonschema~=4.23.0',
'pandas==1.5.0',
'openpyxl>=3.1.5',
Expand Down

0 comments on commit d1c558c

Please sign in to comment.