Skip to content

Commit cbc9309

Browse files
committed
Add profile windows tests for 3.11
1 parent a02600d commit cbc9309

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,16 @@ jobs:
495495
store_coverage: false
496496
pattern: '^py310-profile'
497497

498+
profile-windows-311:
499+
executor:
500+
name: win/default
501+
shell: bash.exe
502+
steps:
503+
- run: choco install -y python --version=3.11.0 --side-by-side
504+
- run_tox_scenario:
505+
store_coverage: false
506+
pattern: '^py311-profile'
507+
498508
profile:
499509
<<: *contrib_job
500510
resource_class: large
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
features:
33
- |
4-
profiler: added official support for Python 3.11.
4+
profiler: added support for Python 3.11.

0 commit comments

Comments
 (0)