Skip to content

Commit

Permalink
Moved to python 3.12 for everything that isn't specifically matrixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jul 17, 2024
1 parent 9318acb commit df48f1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up python 3.8
- name: set up python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12
- run: pip install . montepy[develop]
- run: python -m pytest

Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
- name: set up python 3.8
- name: set up python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12
- run: pip install . montepy[build]
- name: Get Version
id: get_version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: set up python 3.8
- name: set up python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12
- run: pip install . montepy[format]
- run: black --check montepy/ tests/

Expand Down

0 comments on commit df48f1e

Please sign in to comment.