Skip to content

Commit 8f20ce8

Browse files
committed
Update dependencies for 2023
1 parent a693add commit 8f20ce8

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
pyfrc - RobotPy development library helper
22
==========================================
33

4-
[![Build Status](https://travis-ci.org/robotpy/pyfrc.svg)](https://travis-ci.org/robotpy/pyfrc)
5-
64
pyfrc is a python 3 library designed to make developing python code using WPILib for
75
FIRST Robotics Competition easier.
86

setup.cfg

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
2930
install_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
4243
setup_requires =
4344
setuptools_scm > 6
4445
python_requires = >=3.7

0 commit comments

Comments
 (0)