Skip to content

Commit

Permalink
Merge pull request #466 from Renumics/chore/allow-python-3.12
Browse files Browse the repository at this point in the history
Add 3.12 to supported Python versions in readme
  • Loading branch information
druzsan authored Nov 14, 2024
2 parents 783c0b5 + 3aa0007 commit dbdab60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-PyPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get started by installing Spotlight and loading your first dataset.

#### What you'll need

- [Python](https://www.python.org/downloads/) version 3.8-3.11
- [Python](https://www.python.org/downloads/) version 3.8-3.12

#### Install Spotlight via [pip](https://packaging.python.org/en/latest/key_projects/#pip)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Get started by installing Spotlight and loading your first dataset.

#### What you'll need

- [Python](https://www.python.org/downloads/) version 3.8-3.11
- [Python](https://www.python.org/downloads/) version 3.8-3.12

#### Install Spotlight via [pip](https://packaging.python.org/en/latest/key_projects/#pip)

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ keywords = [
"ai",
]
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Framework :: FastAPI",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience :: Manufacturing",
"Intended Audience :: Information Technology",
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Programming Language :: JavaScript",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
Expand Down

0 comments on commit dbdab60

Please sign in to comment.