Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
8efef8f1
Unverified
Commit
8efef8f1
authored
Oct 14, 2025
by
Janna
Committed by
GitHub
Oct 14, 2025
Browse files
bump to python 3.10 (#3337)
* remove math dependency from python 3.9 * bump to python 3.10 * add 3.12
parent
c0fc7172
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/new_tasks.yml
.github/workflows/new_tasks.yml
+2
-2
.github/workflows/unit_tests.yml
.github/workflows/unit_tests.yml
+3
-3
pyproject.toml
pyproject.toml
+1
-1
No files found.
.github/workflows/new_tasks.yml
View file @
8efef8f1
...
...
@@ -44,11 +44,11 @@ jobs:
echo "One or more test file(s) has changed."
echo "List of all the files that have changed: ${{ steps.changed-tasks.outputs.tasks_all_modified_files }}"
-
name
:
Set up Python
3.
9
-
name
:
Set up Python
3.
10
if
:
steps.changed-tasks.outputs.tasks_any_modified == 'true' || steps.changed-tasks.outputs.api_any_modified == 'true'
uses
:
actions/setup-python@v5
with
:
python-version
:
3.
9
python-version
:
'
3.
10'
cache
:
'
pip'
cache-dependency-path
:
pyproject.toml
-
name
:
Install dependencies
...
...
.github/workflows/unit_tests.yml
View file @
8efef8f1
...
...
@@ -22,10 +22,10 @@ jobs:
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v4
-
name
:
Set up Python
3.
9
-
name
:
Set up Python
3.
10
uses
:
actions/setup-python@v5
with
:
python-version
:
3.
9
python-version
:
'
3.
10'
cache
:
pip
cache-dependency-path
:
pyproject.toml
-
name
:
Pre-Commit
...
...
@@ -39,7 +39,7 @@ jobs:
strategy
:
fail-fast
:
true
matrix
:
python-version
:
[
"
3.9"
,
"
3.10"
,
"
3.11"
]
python-version
:
[
"
3.10"
,
"
3.11"
,
"
3.12"
]
timeout-minutes
:
30
steps
:
-
name
:
Checkout Code
...
...
pyproject.toml
View file @
8efef8f1
...
...
@@ -16,7 +16,7 @@ classifiers = [
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
]
requires-python
=
">=3.
9
"
requires-python
=
">=3.
10
"
license
=
{
"text"
=
"MIT"
}
dependencies
=
[
"accelerate>=0.26.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment