File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.1.7] - 2025-07-14
9
+
10
+ ### Changed
11
+ - Relaxed Python version requirement from ` ==3.10.* ` to ` >=3.10 ` for improved flexibility
12
+ - Enhanced compatibility to support Python 3.10+ versions while maintaining backward compatibility
13
+
8
14
## [ 0.1.6] - 2025-07-14
9
15
10
16
### Changed
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " codeanalyzer-python"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
4
4
description = " Static Analysis on Python source code using Jedi, CodeQL and Treesitter."
5
5
readme = " README.md"
6
6
authors = [
7
7
{
name =
" Rahul Krishna" ,
email =
" [email protected] " }
8
8
]
9
- requires-python = " == 3.10.* "
9
+ requires-python = " >= 3.10"
10
10
11
11
dependencies = [
12
12
" jedi>=0.19.2" ,
You can’t perform that action at this time.
0 commit comments