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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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+
814## [ 0.1.6] - 2025-07-14
915
1016### Changed
Original file line number Diff line number Diff line change 11[project ]
22name = " codeanalyzer-python"
3- version = " 0.1.6 "
3+ version = " 0.1.7 "
44description = " Static Analysis on Python source code using Jedi, CodeQL and Treesitter."
55readme = " README.md"
66authors = [
77 { name = " Rahul Krishna" , email = " i.m.ralk@gmail.com" }
88]
9- requires-python = " == 3.10.* "
9+ requires-python = " >= 3.10"
1010
1111dependencies = [
1212 " jedi>=0.19.2" ,
You can’t perform that action at this time.
0 commit comments