File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v3
99 - uses : actions/setup-python@v4
1010 with :
11- python-version : " 3.11 "
11+ python-version : " 3.x "
1212 - run : pipx run build
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
66[project ]
77name = " microvenv"
8- version = " 2023.5.post1 "
8+ version = " 2025.0 "
99description = " A minimal re-implementation of Python's venv module plus utilities"
1010keywords = [" virtual environments" , " venv" ]
1111readme = " README.md"
@@ -14,7 +14,7 @@ maintainers = [{ name = "Brett Cannon", email = "
[email protected] " }]
1414authors = [{
name =
" Brett Cannon" ,
email =
" [email protected] " }]
1515requires-python = " >=3.8"
1616classifiers = [
17- " Development Status :: 4 - Beta " ,
17+ " Development Status :: 5 - Production/Stable " ,
1818 " License :: OSI Approved :: MIT License" ,
1919 " Intended Audience :: Developers" ,
2020 " Topic :: Software Development" ,
You can’t perform that action at this time.
0 commit comments