Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Aug 14, 2023
1 parent 42bbcb6 commit 574b54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
] + [
("Programming Language :: Python :: %s" % x) for x in "3 3.8 3.9 3.10 3.11".split()
("Programming Language :: Python :: %s" % x) for x in "3 3.8 3.9 3.10".split()
]

if __name__ == "__main__":
Expand Down

0 comments on commit 574b54f

Please sign in to comment.