Skip to content

Commit 7853b9d

Browse files
committed
update contributing guide and docs to recommend Python 3.11
1 parent f475f53 commit 7853b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Thank you for your interest in contributing to the CodeFlare SDK!
66

77
### Prerequisites
88

9-
- Python 3.9
9+
- Python 3.11
1010
- [Poetry](https://python-poetry.org/)
1111

1212
### Setting Up Your Development Environment

docs/sphinx/user-docs/e2e.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Running e2e tests locally
44
Pre-requisites
55
^^^^^^^^^^^^^^
66

7-
- We recommend using Python 3.9, along with Poetry.
7+
- We recommend using Python 3.11, along with Poetry.
88

99
On KinD clusters
1010
----------------

0 commit comments

Comments
 (0)