Skip to content

Commit e40dabe

Browse files
committed
Revert to Python 3.10
1 parent 4708f1c commit e40dabe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ orbs:
77
jobs:
88
tests:
99
docker:
10-
- image: 'cimg/python:3.12'
10+
- image: 'cimg/python:3.10'
1111
environment:
1212
# Don't skip search tests.
1313
TOX_POSARGS: ''
@@ -34,7 +34,7 @@ jobs:
3434

3535
tests-ext-theme:
3636
docker:
37-
- image: 'cimg/python:3.12'
37+
- image: 'cimg/python:3.10'
3838
environment:
3939
# Don't skip search tests.
4040
TOX_POSARGS: ''
@@ -59,7 +59,7 @@ jobs:
5959

6060
tests-embedapi:
6161
docker:
62-
- image: 'cimg/python:3.12'
62+
- image: 'cimg/python:3.10'
6363
steps:
6464
- checkout
6565
- run: git submodule sync
@@ -72,7 +72,7 @@ jobs:
7272

7373
checks:
7474
docker:
75-
- image: 'cimg/python:3.12'
75+
- image: 'cimg/python:3.10'
7676
steps:
7777
- checkout
7878
- run: git submodule sync

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion=2.9.0
3-
envlist = py312,lint,docs
3+
envlist = py310,lint,docs
44
skipsdist = True
55

66
[testenv]
@@ -15,7 +15,7 @@ passenv = CI,TRAVIS,TRAVIS_*,HOME
1515
deps =
1616
-r requirements/testing.txt
1717
basepython =
18-
python3.12
18+
python3.10
1919
# https://pytest-cov.readthedocs.io/en/latest/debuggers.html
2020
# https://github.com/microsoft/vscode-python/issues/693
2121
commands =

0 commit comments

Comments
 (0)