Skip to content

Commit

Permalink
python <= 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DSeiferth committed Oct 8, 2024
1 parent d823573 commit a04a932
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "PoreAnalyser package based on HOLE and MDAnalysis"
version = "0.0.7"
requires-python = ">=3.6"
dependencies = [
#python<=3.11,
'python<=3.12',
'numpy >=1.0, <1.23.0',
'MDAnalysis >=2.0, <3.0',
'matplotlib>=0.1',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#python<=3.11
python<=3.12
numpy>=1.0 # 1.22.0
MDAnalysis>=2.0,<3.0 #2.0.0
matplotlib>=0.1 # 3.5.1 for base , for inline 0.1.3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#license='BSD 2-clause',
packages=['PoreAnalyser'],
install_requires=[
'python<=3.12',
'numpy>=1.0', # 1.22.0
'MDAnalysis>=2.0,<3.0', #2.0.0
'matplotlib>=0.1', # 3.5.1 for base , for inline 0.1.3
Expand Down

0 comments on commit a04a932

Please sign in to comment.