File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - " 3.11"
3030 - " 3.10"
3131 - " 3.9"
32- - " 3.8"
3332 steps :
3433 - name : Checkout code
3534 uses : actions/checkout@v4.2.2
Original file line number Diff line number Diff line change 11# CHANGES
22
3- ## 0.4.3 (2025-08-02)
3+ ## 0.4.3.1 (2025-08-02)
44
55- Resolve mecabrc not found issue
66- Support Python 3.12, 3.13
7+ - Drop supporting Python 3.8
78- Migrate packaging solution from setup.py to pyproject.toml
89
910## 0.4.2 (2023-02-19)
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22from .oseti import Analyzer
33
4- VERSION = (0 , 4 , 3 )
5- __version__ = '0.4.3'
4+ VERSION = (0 , 4 , 3 , 1 )
5+ __version__ = '0.4.3.1 '
66__all__ = ['Analyzer' ]
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ classifiers = [
2626 " License :: OSI Approved :: MIT License" ,
2727 " Programming Language :: Python" ,
2828 " Programming Language :: Python :: 3" ,
29- " Programming Language :: Python :: 3.8" ,
3029 " Programming Language :: Python :: 3.9" ,
3130 " Programming Language :: Python :: 3.10" ,
3231 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments