Skip to content

Commit

Permalink
Use 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JaciBrunning committed Jan 1, 2025
1 parent 0ae64c0 commit a796968
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions libgrapplefrc-py/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run(*cmd):
TRIPLE_LOOKUP = {
("linuxathena"): {
'triple': "arm-unknown-linux-gnueabi",
'python': 'python3.11'
'python': 'python3.10'
},
("windowsx86-64"): {
'triple': "x86_64-pc-windows-msvc",
Expand All @@ -30,19 +30,19 @@ def run(*cmd):
},
("osxuniversal"): {
'triple': "x86_64-apple-darwin",
'python': 'python3.11'
'python': 'python3.10'
},
("linuxx86-64"): {
'triple': "x86_64-unknown-linux-gnu",
'python': 'python3.11'
'python': 'python3.10'
},
("linuxarm64"): {
'triple': "aarch64-unknown-linux-gnu",
'python': 'python3.11'
'python': 'python3.10'
},
("linuxarm32"): {
'triple': "arm-unknown-linux-gnueabihf",
'python': 'python3.11'
'python': 'python3.10'
}
}

Expand Down
2 changes: 1 addition & 1 deletion libgrapplefrc-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "libgrapplefrc-py"
requires-python = ">=3.11"
requires-python = ">=3.10"
classifiers = [ ]
dynamic = ["version"]

Expand Down

0 comments on commit a796968

Please sign in to comment.