Skip to content

Commit

Permalink
add .python-verson file (#32323)
Browse files Browse the repository at this point in the history
Add .python-version file pinning Python used on tests to 3.9.13.
.python-version is also removed from .gitignore
  • Loading branch information
belimawr authored Jul 13, 2022
1 parent 0f4d39b commit 08715cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ x-pack/functionbeat/pkg
*.generated.yml
coverage.out
docker.env
.python-version
beat.db
*.keystore
go_env.properties
Expand Down
2 changes: 2 additions & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3.9.13

1 change: 1 addition & 0 deletions CHANGELOG-developer.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ The list below covers the major changes between 7.0.0-rc2 and main only.
- Add Github action for linting
- Add regex support for drop_fields processor.
- Improve compatibility and reduce flakyness of Python tests {pull}31588[31588]
- Added `.python-version` file {pull}32323[32323]

==== Deprecated

Expand Down

0 comments on commit 08715cf

Please sign in to comment.