Skip to content

Commit

Permalink
Merge d6e7c93 into f390489
Browse files Browse the repository at this point in the history
  • Loading branch information
neiljhowell committed Feb 1, 2024
2 parents f390489 + d6e7c93 commit 8eba2d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.7, 3.8, 3.9 ]
python-version: [ 3.8, 3.9, '3.10', '3.11' , '3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
requests~=2.26.0
tqdm~=4.62.0
BeautifulSoup4~=4.9.3
appdirs~=1.4.4
requests>=2.26.0
tqdm>=4.62.0
BeautifulSoup4>=4.9.3
appdirs>=1.4.4
lxml

flaky~=3.7.0
setuptools~=57.4.0
unittest-xml-reporting~=3.0.4
pyfakefs~=4.5.0
flaky>=3.7.0
setuptools>=57.4.0
unittest-xml-reporting>=3.0.4
pyfakefs>=4.5.0

0 comments on commit 8eba2d0

Please sign in to comment.