Skip to content

Commit

Permalink
hike py to py3.9-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Dec 12, 2023
1 parent af5e3a5 commit e57e4eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
py: ["3.8", "3.9"]
nrn: ["8.0.0", "8.1.0", "8.2.0"]
py: ["3.9","3.10","3.11","3.12"]
nrn: ["8.1.0", "8.2.0"]
include:
- nrn: "8.2.0"
py: "3.10"
- nrn: "8.0.0"
py: "3.9"
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.py }}
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
]
dynamic = ["version", "description"]
python_requires = ">=3.8"
python_requires = ">=3.9"
dependencies = [
"nmodl-glia[neuron]>=4.0.0b2",
"errr>=1.2.0",
Expand Down

0 comments on commit e57e4eb

Please sign in to comment.