Skip to content

Commit

Permalink
updated setup.py to have 3.9 and 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Oct 24, 2023
1 parent 2a6bd3b commit e0b2918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -26,13 +26,13 @@ jobs:
test-full:
runs-on: macos-latest
env:
PYTHON: '3.9'
PYTHON: "3.10"
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.9
python-version: "3.10"
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/_build/html
FOLDER: docs/_build/html
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
]

Expand Down

0 comments on commit e0b2918

Please sign in to comment.