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 = [
30
30
" Programming Language :: Python :: 3.10" ,
31
31
" Programming Language :: Python :: 3.11" ,
32
32
" Programming Language :: Python :: 3.12" ,
33
+ " Programming Language :: Python :: 3.13" ,
33
34
]
34
35
dynamic = [
35
36
" version" ,
@@ -40,7 +41,7 @@ dependencies = [
40
41
" packaging>=20" ,
41
42
" platformdirs>=2.1" ,
42
43
" tomli; python_version<'3.11'" ,
43
- " userpath! =1.9,> =1.6 " ,
44
+ " userpath> =1.6,! =1.9 " ,
44
45
]
45
46
urls."Bug Tracker" = " https://github.com/pypa/pipx/issues"
46
47
urls.Documentation = " https://pipx.pypa.io"
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers = [
19
19
" Programming Language :: Python :: 3.10" ,
20
20
" Programming Language :: Python :: 3.11" ,
21
21
" Programming Language :: Python :: 3.12" ,
22
+ " Programming Language :: Python :: 3.13" ,
22
23
]
23
24
scripts.empty-project = " empty_project.main:cli"
24
25
entry-points."pipx.run".empty-project = " empty_project.main:cli"
You can’t perform that action at this time.
0 commit comments