Skip to content

Commit

Permalink
add Python 3.12 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Oct 3, 2023
1 parent 6a739b6 commit ee76324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
py: ['3.9', '3.10', '3.11']
py: ['3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
py: ['3.9']
py: ['3.10']
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
environment-name: weldx
cache-environment: true
create-args: >-
python=3.9
python=3.10
mypy
- name: activate env
run: micromamba activate weldx
Expand Down

0 comments on commit ee76324

Please sign in to comment.