Skip to content

Commit

Permalink
Merge pull request #17 from benzaita/bump-pyyaml
Browse files Browse the repository at this point in the history
bump to python 3.11; fix versions
  • Loading branch information
benzaita authored Feb 27, 2024
2 parents 78bf82c + b015a33 commit 8c0c400
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.11]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -32,10 +32,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
invoke = "*"
setuptools = "*"
wheel = "*"
bumpversion = "*"
pipenv-setup = "*"
invoke = "==2.2.0"
setuptools = "==69.1.1"
wheel = "==0.42.0"
bumpversion = "==0.6.0"
pipenv-setup = "==3.2.0"

[packages]
click = "==7.1.2"
pyyaml = "==6.0.1"

[requires]
python_version = "3.7"
python_version = "3.11"
4 changes: 2 additions & 2 deletions Pipfile.lock

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

0 comments on commit 8c0c400

Please sign in to comment.