Skip to content

Commit

Permalink
chore: Update minimum Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesclark-Zapata committed Oct 10, 2023
1 parent 60c4156 commit c26a5c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python: ["3.8", "3.9", "3.10"]
python: ["3.9", "3.10", "3.11"]

name: Coverage - Python ${{ matrix.python }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Run jobs for a couple of Python versions.
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
python: ["3.9", "3.10", "3.11"]

name: Style - Python ${{ matrix.python }}

Expand Down
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ author_email = info@zapatacomputing.com,
license = Apache Software License
license_file = LICENSE
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
Topic :: Scientific/Engineering
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
python_requires = >=3.9

install_requires =
numpy>=1.14.6
Expand Down

0 comments on commit c26a5c5

Please sign in to comment.