Skip to content

Commit

Permalink
Update required python version to match ROS noetic
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWRoeloffs committed Dec 10, 2023
1 parent 70ed410 commit a5fda65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "rospy-nonlocalstubs"
version = "0.1.1"
version = "0.1.2"
authors = [{ name = "JJWRoeloffs", email = "jelleroeloffs@gmail.com" }]
description = "A hack to get your editor to recognise rospy functions without installing ros on your system."
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit a5fda65

Please sign in to comment.