Skip to content

Commit

Permalink
Merge 1cad90a into bad39cc
Browse files Browse the repository at this point in the history
  • Loading branch information
micah-prime committed Oct 9, 2023
2 parents bad39cc + 1cad90a commit 69d9f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
runs-on: ${{ matrix.os }}

steps:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dateparser==0.7.2
dateparser>=1.1.8,<1.2.0
requests>=2.0.0
regex>=2021.11.10,<=2023.10.3
setuptools_scm<4.2

0 comments on commit 69d9f78

Please sign in to comment.