Skip to content

Commit

Permalink
Merge pull request #36 from aarongarrett/feat/update-supported-pys
Browse files Browse the repository at this point in the history
Feat/update supported pys
  • Loading branch information
sanjayankur31 committed Dec 12, 2023
2 parents 0caf899 + 1904668 commit 5db9fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -14,11 +14,11 @@ classifiers =
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.7
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
Topic :: Scientific/Engineering :: Artificial Intelligence

[options]
Expand Down

0 comments on commit 5db9fab

Please sign in to comment.