Skip to content

Commit bc3e43d

Browse files
authored
Merge pull request #268 from booxter/py310
chore: Remove python 3.10 remnants
2 parents 89c4683 + 793ad24 commit bc3e43d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All unit tests currently live in the `tests/` directory and are run with [pytest
1010

1111
To run the unit tests, you can run `tox -e unit` or `tox -e unitcov` if you want to generate coverage metrics as well.
1212

13-
In CI, the tests are run with Python 3.10 - 3.11 on Ubuntu and MacOS runners - you can see the details [here](https://github.com/instructlab/eval/blob/main/.github/workflows/test.yml)
13+
In CI, the tests are run with Python 3.11 on Ubuntu and MacOS runners - you can see the details [here](https://github.com/instructlab/eval/blob/main/.github/workflows/test.yml)
1414

1515
## Functional tests
1616

@@ -20,7 +20,7 @@ The functional test script is Shell-based and can be found at `scripts/functiona
2020

2121
To run the functional tests, you can run `tox -e functional`.
2222

23-
In CI, the tests are run with Python 3.10 - 3.11 on Ubuntu and MacOS runners - you can see the details [here](https://github.com/instructlab/eval/blob/main/.github/workflows/test.yml)
23+
In CI, the tests are run with Python 3.11 on Ubuntu and MacOS runners - you can see the details [here](https://github.com/instructlab/eval/blob/main/.github/workflows/test.yml)
2424

2525
## End-to-end (E2E) tests
2626

requirements-leaderboard.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ lm-eval[ifeval,vllm,math,sentencepiece]>=0.4.4
33
# vLLM 0.8.3 + torch 2.6.0 doesn't work when running vLLM on granite-3.1-8b-instruct
44
vllm<=0.7.3
55
torch<=2.5.1
6-
7-
# XXX(osilkin): We use StrEnum in leaderboard, but Python3.10 doesn't have it as part of
8-
# the standard library, so we have to install it from the older library.
9-
strenum>=0.4.15; python_version < '3.11'
10-
typing-extensions>=4.0.0; python_version < '3.11'

0 commit comments

Comments
 (0)