Skip to content

Commit

Permalink
use 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoubr committed Nov 14, 2024
2 parents 6d31a41 + 5961683 commit 8029ccd
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ Ubuntu, Windows ]
python-version: [ "3.9", "3.12" ]
python-version: [ "3.9", "3.13" ]
include:
- os: Ubuntu
image: ubuntu-latest
Expand Down
5 changes: 3 additions & 2 deletions README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"using pycowsay library\n",
"\n",
" -----------------------------------------------------------------------------------------\n",
"< -f /Users/ihoubr/Library/Jupyter/runtime/kernel-5b50b699-ce44-4cdc-91c9-314c45261892.json >\n",
"< -f /Users/ihoubr/Library/Jupyter/runtime/kernel-ac45e825-c100-4a90-a902-52a22a5f278c.json >\n",
" -----------------------------------------------------------------------------------------\n",
" \\ ^__^\n",
" \\ (oo)\\_______\n",
Expand All @@ -94,6 +94,7 @@
"source": [
"# the project and all required libraries are automatically available here\n",
"from pycowsay.main import main as cowsay\n",
"\n",
"from px_demo import moo\n",
"\n",
"print(\"running project code\")\n",
Expand Down Expand Up @@ -169,7 +170,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.18"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[virtualenvs]
in-project = true
2 changes: 1 addition & 1 deletion pw
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import sys
from pathlib import Path
from venv import EnvBuilder

VERSION = "3.0.1"
VERSION = "3.1.1"

PYPROJECTX_INSTALL_DIR_ENV_VAR = "PYPROJECTX_INSTALL_DIR"
PYPROJECTX_PACKAGE_ENV_VAR = "PYPROJECTX_PACKAGE"
Expand Down
2 changes: 1 addition & 1 deletion pw.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[main]
requirements = ["build==1.2.1", "cachecontrol==0.14.0", "certifi==2024.6.2", "cffi==1.16.0 ; sys_platform == 'darwin' or (platform_python_implementation != 'PyPy' and sys_platform == 'linux')", "cfgv==3.4.0", "charset-normalizer==3.3.2", "cleo==2.1.0", "colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'", "crashtest==0.4.1", "cryptography==42.0.8 ; sys_platform == 'linux'", "defusedxml==0.7.1", "distlib==0.3.8", "dulwich==0.21.7", "fastjsonschema==2.20.0", "filelock==3.15.4", "httpie==3.2.2", "identify==2.5.36", "idna==3.7", "installer==0.7.0", "jaraco-classes==3.4.0", "jeepney==0.8.0 ; sys_platform == 'linux'", "keyring==24.3.1", "markdown-it-py==3.0.0", "mdurl==0.1.2", "more-itertools==10.3.0", "msgpack==1.0.8", "multidict==6.0.5", "nodeenv==1.9.1", "packaging==24.1", "pexpect==4.9.0", "pip==24.1.1", "pkginfo==1.11.1", "platformdirs==4.2.2", "poetry-core==1.9.0", "poetry-plugin-export==1.8.0", "poetry==1.8.3", "pre-commit==3.7.1", "ptyprocess==0.7.0", "px-utils==1.1.0", "pycparser==2.22 ; sys_platform == 'darwin' or (platform_python_implementation != 'PyPy' and sys_platform == 'linux')", "pygments==2.18.0", "pyproject-hooks==1.1.0", "pysocks==1.7.1", "pywin32-ctypes==0.2.2 ; sys_platform == 'win32'", "pyyaml==6.0.1", "rapidfuzz==3.9.4", "requests-toolbelt==1.0.0", "requests==2.32.3", "rich==13.7.1", "ruff==0.5.0", "secretstorage==3.3.3 ; sys_platform == 'linux'", "setuptools==70.2.0", "shellingham==1.5.4", "tomlkit==0.12.5", "trove-classifiers==2024.7.2", "urllib3==2.2.2", "virtualenv==20.26.3", "xattr==1.1.0 ; sys_platform == 'darwin'"]
requirements = ["build==1.2.2.post1", "cachecontrol==0.14.1", "certifi==2024.8.30", "cffi==1.17.1 ; (platform_python_implementation != 'PyPy' and sys_platform == 'linux') or sys_platform == 'darwin'", "cfgv==3.4.0", "charset-normalizer==3.4.0", "cleo==2.1.0", "colorama==0.4.6 ; sys_platform == 'win32' or os_name == 'nt'", "crashtest==0.4.1", "cryptography==43.0.3 ; sys_platform == 'linux'", "defusedxml==0.7.1", "distlib==0.3.9", "dulwich==0.21.7", "fastjsonschema==2.20.0", "filelock==3.16.1", "httpie==3.2.4", "identify==2.6.1", "idna==3.10", "importlib-metadata==8.5.0 ; python_full_version < '3.12'", "importlib-resources==6.4.5 ; python_full_version < '3.9'", "installer==0.7.0", "jaraco-classes==3.4.0", "jeepney==0.8.0 ; sys_platform == 'linux'", "keyring==24.3.1", "markdown-it-py==3.0.0", "mdurl==0.1.2", "more-itertools==10.5.0", "msgpack==1.1.0", "multidict==6.1.0", "nodeenv==1.9.1", "packaging==24.2", "pexpect==4.9.0", "pip==24.3.1", "pkginfo==1.11.2", "platformdirs==4.3.6", "poetry-core==1.9.1", "poetry-plugin-export==1.8.0", "poetry==1.8.4", "pre-commit==3.5.0", "ptyprocess==0.7.0", "px-utils==1.1.2", "pycparser==2.22 ; (platform_python_implementation != 'PyPy' and sys_platform == 'linux') or sys_platform == 'darwin'", "pygments==2.18.0", "pyproject-hooks==1.2.0", "pysocks==1.7.1", "pywin32-ctypes==0.2.3 ; sys_platform == 'win32'", "pyyaml==6.0.2", "rapidfuzz==3.9.7", "requests-toolbelt==1.0.0", "requests==2.32.3", "rich==13.9.4", "ruff==0.7.3", "secretstorage==3.3.3 ; sys_platform == 'linux'", "setuptools==75.3.0", "shellingham==1.5.4", "tomli==2.1.0 ; python_full_version < '3.11'", "tomlkit==0.13.2", "trove-classifiers==2024.10.21.16", "typing-extensions==4.12.2 ; python_full_version < '3.11'", "urllib3==2.2.3", "virtualenv==20.27.1", "xattr==1.1.0 ; sys_platform == 'darwin'", "zipp==3.20.2 ; python_full_version < '3.12'"]
hash = "23cc211542554a4643085383e6cfac68"
post-install = "pre-commit install"
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.pyprojectx]

lock-python-version = "3.8"
[tool.pyprojectx.main]
requirements = ["poetry", "ruff", "pre-commit", "px-utils", "httpie"]
post-install = "pre-commit install"

[tool.pyprojectx.jupyter]
requirements = ["jupyterlab==4.0.10", "jupytext==1.16.0", "-e ."]
requirements = ["jupyterlab==4.3.0", "jupytext==1.16.4", "-e ."]

[tool.pyprojectx.aliases]
install = "poetry install"
Expand All @@ -15,7 +15,6 @@ lint = ["ruff check"]
check = ["@lint", "@test"]
build = ["@install", "@check", "poetry build"]
run = "poetry run"
outdated = "poetry update --outdated"
clean = "pxrm dist .venv .ipynb_checkpoints"
post-json = "https POST pie.dev/post message='Pyprojectx is awesome!'"
notebook = "jupyter lab -y"
Expand Down Expand Up @@ -60,11 +59,7 @@ python = ">=3.8"
pycowsay = ">=0.0.0.2"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.3"


[tool.poetry.group.test.dependencies]
pytest = "^7.4.4"
pytest = "^8.3.3"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 8029ccd

Please sign in to comment.