Skip to content

Commit f83691e

Browse files
committed
Build on Python 3.11
1 parent bb13a0c commit f83691e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
version: 2.1
33

44
orbs:
5-
python: circleci/python@1.2.1
5+
python: circleci/python@3.2.0
66

77
jobs:
88
build_docs:
9-
executor: python/default
9+
executor:
10+
name: python/default
11+
tag: "3.11"
1012
steps:
1113
- checkout
1214
- python/install-packages:

0 commit comments

Comments
 (0)