Skip to content

Commit

Permalink
Update build to 3.12 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbradyirl authored Dec 17, 2024
1 parent c9106f7 commit 446c1b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [ 3.9 ]
python-version: [ 3.12 ]

steps:
- uses: actions/checkout@v1
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions wheel
pip install tox tox-gh-actions setuptools wheel
- name: Test with tox
run: tox
- name: Build distributions
Expand Down
22 changes: 11 additions & 11 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pip==19.2.3
bump2version==0.5.11
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.8
tox==3.14.0
coverage==4.5.4
Sphinx==1.8.5
twine==1.14.0
pip==24.3.1
bump2version==1.0.1
wheel==0.45.1
watchdog==6.0.0
flake8==7.1.1
tox==4.23.2
coverage==7.6.9
Sphinx==8.1.3
twine==6.0.1
webexteamssdk==1.6.1
pytest==4.6.5
pytest-runner==5.1
pytest==8.3.4
pytest-runner==6.0.1

0 comments on commit 446c1b6

Please sign in to comment.