Skip to content

Commit

Permalink
get git actions to work
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheftel committed Feb 10, 2024
1 parent 1bf22eb commit 25071c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/config_new_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
new_version: '4.3.2'
new_version: '4.4.0'

change_log: |
- Reformat all code using Black and make black a standard PR #290
- Add XNSE as a name for BSE calendar # 277
- Now works with pandas 2.2.0
release_body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"

- name: install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.9', '3.10', '3.11', '3.12']

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
- name: install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest coveralls black===23.7.0
pip install pytest coveralls black===24.1.1
pip install .
- name: ensure black format
Expand Down

0 comments on commit 25071c5

Please sign in to comment.