Skip to content

Commit f1fc2c7

Browse files
catalinaperaltacperaltahmsyyc
authored
Update development requirements in README (#3055)
* update requirements * update --------- Co-authored-by: catalinaperalta <caperal@microsoft.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent eb2d436 commit f1fc2c7

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@azure-tools/typespec-python"
5+
---
6+
7+
Require node version 20.x

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
## Requirements
44

5-
- Node 16+
6-
- Python 3.7+
5+
- Node 20+
6+
- pnpm 9+
7+
- Python 3.8+
78

89
## Develop
910

packages/typespec-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"tspMain": "dist/src/index.js",
2626
"engines": {
27-
"node": ">=14.0.0"
27+
"node": ">=20.0.0"
2828
},
2929
"scripts": {
3030
"clean": "rimraf ./dist ./temp ./venv ./node_modules",

0 commit comments

Comments
 (0)