Skip to content

Commit

Permalink
Merge pull request #119 from usnistgov/117-chore-stop-testing-against…
Browse files Browse the repository at this point in the history
…-py37-start-testing-against-py311

Roll Python versions forward by 1 minor
  • Loading branch information
pdudenas authored Apr 2, 2024
2 parents 0e49a14 + 15ab13e commit 07457b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PyHyperScattering
name: PyHyperScattering CI Testing

on:
push:
Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os}}
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10']
python-version: [ '3.8', '3.9', '3.10','3.11']
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down

0 comments on commit 07457b9

Please sign in to comment.