Skip to content

Commit

Permalink
changing supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kmheckel committed Aug 16, 2024
1 parent e7f13f5 commit e962959
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"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",
"Operating System :: OS Independent"
],
packages=["spyx"],
Expand Down

0 comments on commit e962959

Please sign in to comment.