Skip to content

Commit 2d0824f

Browse files
authored
Use 3.12 for formatting check (#3049)
* Use 3.12 for formatting check * Always install `exceptiongroups` * Install `exceptiongroup` always but not in tests * Use single quotes in compiled requirements
1 parent 20f9291 commit 2d0824f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
no_test_requirements: ['0']
9393
extra_name: ['']
9494
include:
95-
- python: '3.8'
95+
- python: '3.12'
9696
check_formatting: '1'
9797
extra_name: ', check formatting'
9898
# separate test run that doesn't install test-requirements.txt

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python -m build
4444
python -m pip install dist/*.whl
4545

4646
if [ "$CHECK_FORMATTING" = "1" ]; then
47-
python -m pip install -r test-requirements.txt
47+
python -m pip install -r test-requirements.txt exceptiongroup
4848
echo "::endgroup::"
4949
source check.sh
5050
else

0 commit comments

Comments
 (0)