Skip to content

Commit 30b51d9

Browse files
committed
Dropping Py<3.9
1 parent c9518e1 commit 30b51d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
coverage:
1111
executor:
1212
name: orb/default
13-
version: "3.6"
13+
version: "3.9"
1414
steps:
1515
- orb/setup
1616
- run: inv ci.make-sudouser
@@ -20,7 +20,7 @@ jobs:
2020
regression:
2121
executor:
2222
name: orb/default
23-
version: "3.6"
23+
version: "3.9"
2424
steps:
2525
- orb/setup
2626
- run: inv regression
@@ -29,7 +29,7 @@ jobs:
2929
doctests:
3030
executor:
3131
name: orb/default
32-
version: "3.6"
32+
version: "3.9"
3333
steps:
3434
- orb/setup
3535
- run: inv www.doctest
@@ -38,7 +38,7 @@ jobs:
3838
typecheck:
3939
executor:
4040
name: orb/default
41-
version: "3.6"
41+
version: "3.9"
4242
steps:
4343
- orb/setup
4444
- run: mypy .
@@ -65,7 +65,7 @@ workflows:
6565
requires: ["Test"]
6666
matrix:
6767
parameters:
68-
version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
68+
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
6969
- orb/docs:
7070
name: "Docs"
7171
requires: ["Test"]

0 commit comments

Comments
 (0)