@@ -15,10 +15,11 @@ classifiers =
1515 Intended Audience :: Developers
1616 License :: OSI Approved :: BSD License
1717 Programming Language :: Python :: 3 :: Only
18- Programming Language :: Python :: 3.6
1918 Programming Language :: Python :: 3.7
2019 Programming Language :: Python :: 3.8
2120 Programming Language :: Python :: 3.9
21+ Programming Language :: Python :: 3.10
22+ Programming Language :: Python :: 3.11
2223 Topic :: Software Development
2324 Topic :: Software Development :: Testing
2425
@@ -29,16 +30,16 @@ packages = find:
2930install_requires =
3031 pytest>=3.9
3132 pytest-reraise
32- pynetconsole> =2.0.2
33+ pynetconsole~ =2.0.2
3334 pint>=0.11.0
3435 importlib-metadata; python_version < '3.8'
3536
36- robotpy-wpiutil>=2023.0.0b4 ,<2024
37- pyntcore>=2023.0.0b4 ,<2024
38- robotpy-hal>=2023.0.0b4 ,<2024
39- wpilib>=2023.0.0b3 ,<2024
37+ robotpy-wpiutil>=2023.1.1.0 ,<2024
38+ pyntcore>=2023.1.1.0 ,<2024
39+ robotpy-hal>=2023.1.1.0 ,<2024
40+ wpilib>=2023.1.1.0 ,<2024
4041
41- robotpy-installer>=2023.0.0b3 ,<2024
42+ robotpy-installer>=2023.0.0 ,<2024
4243setup_requires =
4344 setuptools_scm > 6
4445python_requires = >=3.7
0 commit comments