Skip to content

Commit

Permalink
actions: test with python up to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Oct 30, 2024
1 parent ff39c95 commit 0694b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest']
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- os: 'macos-latest'
python-version: '3.8'
Expand Down
1 change: 0 additions & 1 deletion metomi/rose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"""This package contains the Python code for Rose utilities.
This module contains the constants that are used globally within these.
"""

# File format syntax
Expand Down

0 comments on commit 0694b9b

Please sign in to comment.