Skip to content

Commit 0535c62

Browse files
committed
try python 3.8
1 parent b0a70e1 commit 0535c62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
1+
actions/setup-python# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

44
name: Python Nomad Test and Publish
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ['3.7', '3.12'] # the oldest and newest support versions
25+
python-version: ['3.8', '3.12'] # the oldest and newest support versions
2626
nomad-version: ['1.4.14', '1.5.17', '1.6.10', '1.7.7', '1.8.4', '1.9.5']
2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)