Skip to content

Commit

Permalink
Python3.10 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
saninstein authored Jul 13, 2022
1 parent ae4115f commit cfb3369
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9, 3.10.5]

steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.6
0.9.7
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flake8~=3.7.9
pytest~=4.3.0
pytest-cov~=2.8.1
pandas~=0.25.3
pytest>=4.3.0,<=7.12
pytest-cov>=2.8.1,<=3.0.0
pandas>=1.3.0,<1.5.0
numpydoc~=0.9.2
sphinx~=2.4.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy>=1.20.1,<1.21
numpy>=1.20.1,<=1.23.1
joblib>=1.0.1,<1.1.0

0 comments on commit cfb3369

Please sign in to comment.