Skip to content

Commit

Permalink
fix(dev-deps): Update CI and dev deps to run on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Oct 15, 2024
1 parent 259eff3 commit 92706fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.12'
- name: dummy test passing
run:
python ./pass_tests.py
Expand All @@ -26,7 +26,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.12'
- name: set up node # we need node for for semantic release
uses: actions/setup-node@v4
with:
Expand Down
10 changes: 5 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==6.2.4
twine==3.4.2
wheel==0.38.1
setuptools==65.5.1
importlib-metadata==4.6.1
pytest==8.3.2
twine==5.1.1
wheel==0.44.0
setuptools==75.1.0
importlib-metadata==8.5.0

0 comments on commit 92706fb

Please sign in to comment.