File tree Expand file tree Collapse file tree 5 files changed +528
-367
lines changed Expand file tree Collapse file tree 5 files changed +528
-367
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : ['3.8 ', '3.13']
12+ python-version : ['3.9 ', '3.13']
1313 steps :
1414 - uses : actions/checkout@v4
1515
Original file line number Diff line number Diff line change @@ -21,6 +21,14 @@ $ pipx install --suffix=@next g --pip-args '\--pre' --force
2121
2222<!-- Maintainers, insert changes / features for the next release here -->
2323
24+ ### Breaking changes (#33 )
25+
26+ - Drop Python 3.8
27+
28+ The minimum version of Python in this and future releases is Python 3.9.
29+
30+ Python 3.8 reached end-of-life status on October 7th, 2024 (see PEP 569).
31+
2432## g 0.0.6 (2024-11-26)
2533
2634_ Maintenance only, no bug fixes, or new features_
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ See donation options at <https://git-pull.com/support.html>.
5252
5353# More information
5454
55- - Python support: >= 3.8 , pypy
55+ - Python support: >= 3.9 , pypy
5656- VCS supported: git(1), svn(1), hg(1)
5757- Source: < https://github.com/vcs-python/g >
5858- Docs: < https://g.git-pull.com >
Original file line number Diff line number Diff line change 22name = " g"
33version = " 0.0.6"
44description = " cli command to easily sync current directory"
5- requires-python = " >=3.8 ,<4.0"
5+ requires-python = " >=3.9 ,<4.0"
66authors = [
77 {
name =
" Tony Narlock" ,
email =
" [email protected] " }
88]
@@ -16,7 +16,6 @@ classifiers = [
1616 " Operating System :: MacOS :: MacOS X" ,
1717 " Programming Language :: Python" ,
1818 " Programming Language :: Python :: 3" ,
19- " Programming Language :: Python :: 3.8" ,
2019 " Programming Language :: Python :: 3.9" ,
2120 " Programming Language :: Python :: 3.10" ,
2221 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments