Skip to content

Commit

Permalink
Merge branch 'main' into future-array-shapes-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adeliegorce committed Mar 6, 2024
2 parents 484d477 + a5f458f commit 01857a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, "3.10"]
python-version: [3.9, "3.10", "3.11", "3.12"]
fail-fast: false

steps:
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ platforms = OSX,Linux
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Intended Audience :: Science/Research
License :: OSI Approved
Natural Language :: English
Expand Down

0 comments on commit 01857a8

Please sign in to comment.