2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
ci :
14
- uses : robotpy/build-actions/.github/workflows/package-pure.yml@v2024
14
+ uses : robotpy/build-actions/.github/workflows/package-pure.yml@v2025
15
15
with :
16
16
enable_sphinx_check : false
17
17
secrets :
@@ -21,10 +21,10 @@ jobs:
21
21
check-mypy :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
25
- - uses : actions/setup-python@v4
24
+ - uses : actions/checkout@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
- python-version : " 3.12 "
27
+ python-version : " 3.13 "
28
28
- name : Install requirements
29
29
run : |
30
30
pip --disable-pip-version-check install mypy setuptools wheel setuptools_scm
Original file line number Diff line number Diff line change 13
13
package_data = {"commands2" : ["py.typed" ]},
14
14
packages = ["commands2" ],
15
15
install_requires = [
16
- "wpilib<2025 ,>=2024.3.1 " ,
16
+ "wpilib<2026 ,>=2025.0.0b1 " ,
17
17
"typing_extensions>=4.1.0,<5" ,
18
18
],
19
19
license = "BSD-3-Clause" ,
20
- python_requires = ">=3.8 " ,
20
+ python_requires = ">=3.9 " ,
21
21
include_package_data = True ,
22
22
)
0 commit comments