Skip to content

chore: add .node-version and .python-version - #214

Merged
hzhangxyz merged 1 commit into
mainfrom
update-versions
Jan 28, 2026
Merged

chore: add .node-version and .python-version#214
hzhangxyz merged 1 commit into
mainfrom
update-versions

Conversation

@hzhangxyz

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings January 28, 2026 09:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds version management files to specify the recommended Node.js and Python versions for development environments. These files are commonly used by version managers like nvm, pyenv, and asdf to automatically select the appropriate runtime versions.

Changes:

  • Added .python-version file specifying Python 3.14
  • Added .node-version file specifying Node.js 24

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.python-version Specifies Python 3.14 as the project's Python version, consistent with CI testing and project requirements (>=3.11, <3.15)
.node-version Specifies Node.js 24 as the project's Node version, consistent with CI testing and documentation (Node.js 20+)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hzhangxyz
hzhangxyz merged commit 0d378af into main Jan 28, 2026
95 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants