Skip to content

Commit

Permalink
Merge pull request #72 from launchableinc/update-nose3-to-pynose
Browse files Browse the repository at this point in the history
Update nose3 to pynose
  • Loading branch information
Konboi committed Apr 16, 2024
2 parents 03968cc + 4a2f54f commit 6fe635c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
launchable >= 1.26.0, ~= 1.0
nose>=1.0.0; python_version < '3.10'
nose3>=1.3.8; python_version >= '3.10'
pynose>=1.5.1; python_version >= '3.10'
boto3>=1.0.0
requests>=2.0.0
# https://github.com/GeneralMills/pytrends/issues/591
urllib3<2

0 comments on commit 6fe635c

Please sign in to comment.