File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ classifiers = [
3131 " Programming Language :: Python :: 3.10" ,
3232 " Programming Language :: Python :: 3.11" ,
3333 " Programming Language :: Python :: 3.12" ,
34+ " Programming Language :: Python :: 3.13" ,
3435]
3536dynamic = [
3637 " version" ,
@@ -41,7 +42,7 @@ dependencies = [
4142 " packaging>=20" ,
4243 " platformdirs>=2.1" ,
4344 " tomli; python_version<'3.11'" ,
44- " userpath! =1.9,> =1.6 " ,
45+ " userpath> =1.6,! =1.9 " ,
4546]
4647urls."Bug Tracker" = " https://github.com/pypa/pipx/issues"
4748urls.Documentation = " https://pipx.pypa.io"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ classifiers = [
2020 " Programming Language :: Python :: 3.10" ,
2121 " Programming Language :: Python :: 3.11" ,
2222 " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
2324]
2425scripts.empty-project = " empty_project.main:cli"
2526entry-points."pipx.run".empty-project = " empty_project.main:cli"
You can’t perform that action at this time.
0 commit comments