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 @@ -30,6 +30,7 @@ classifiers = [
3030 " Programming Language :: Python :: 3.10" ,
3131 " Programming Language :: Python :: 3.11" ,
3232 " Programming Language :: Python :: 3.12" ,
33+ " Programming Language :: Python :: 3.13" ,
3334]
3435dynamic = [
3536 " version" ,
@@ -40,7 +41,7 @@ dependencies = [
4041 " packaging>=20" ,
4142 " platformdirs>=2.1" ,
4243 " tomli; python_version<'3.11'" ,
43- " userpath! =1.9,> =1.6 " ,
44+ " userpath> =1.6,! =1.9 " ,
4445]
4546urls."Bug Tracker" = " https://github.com/pypa/pipx/issues"
4647urls.Documentation = " https://pipx.pypa.io"
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers = [
1919 " Programming Language :: Python :: 3.10" ,
2020 " Programming Language :: Python :: 3.11" ,
2121 " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
2223]
2324scripts.empty-project = " empty_project.main:cli"
2425entry-points."pipx.run".empty-project = " empty_project.main:cli"
You can’t perform that action at this time.
0 commit comments