File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest, windows-latest, macos-latest]
15- python-version : ['3.12', '3.11']
15+ python-version : ['3.13','3. 12', '3.11']
1616
1717 steps :
1818 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ignori"
3- version = " 1.0.4 "
3+ version = " 1.1.0 "
44description = " Generate .gitignore file without leaving the terminal."
55authors = [" Gamaliel Garcia <46827955+EGAMAGZ@users.noreply.github.com>" ]
66maintainers = [" Gamaliel Garcia <46827955+EGAMAGZ@users.noreply.github.com>" ]
@@ -25,6 +25,7 @@ classifiers = [
2525 " Environment :: Console :: Curses" ,
2626 " Programming Language :: Python :: 3.11" ,
2727 " Programming Language :: Python :: 3.12" ,
28+ " Programming Language :: Python :: 3.13" ,
2829 " Operating System :: OS Independent" ,
2930 " Topic :: Software Development" ,
3031 " Topic :: Software Development :: Code Generators" ,
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py310, py311,py12
2+ envlist = py311,py12,py313
33isolated_build = true
44
55[gh-actions]
66python =
77 3.11: py311,
8- 3.12: py312
8+ 3.12: py312,
9+ 3.13: py313
910
1011[testenv]
1112allowlist_externals =
You can’t perform that action at this time.
0 commit comments