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