Skip to content

Commit

Permalink
Merge pull request #1132 from wright-group/py310
Browse files Browse the repository at this point in the history
shift supported python versions
  • Loading branch information
kameyer226 committed Jul 7, 2023
2 parents 9a299f0 + fb8c873 commit a365f38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, '3.10', 3.11]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Added
- `Data.translate_to_txt`: serialize channels and variables and write as a text file.
- Python supported versions: add 3.10, 3.11, and drop 3.7

## [3.4.6]

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ def read(fname):
"Framework :: Matplotlib",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
],
)

0 comments on commit a365f38

Please sign in to comment.