Skip to content

Commit

Permalink
Refresh dependencies to officially allow Python 3.11 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Jul 15, 2022
1 parent 289c214 commit c9a696b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pytest-html==1.22.1;python_version<"3.6"
pytest-html==2.0.1;python_version>="3.6"
pytest-metadata==1.8.0;python_version<"3.6"
pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"
pytest-metadata==2.0.1;python_version>="3.7"
pytest-metadata==2.0.2;python_version>="3.7"
pytest-ordering==0.6
pytest-rerunfailures==8.0;python_version<"3.6"
pytest-rerunfailures==10.2;python_version>="3.6"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
'pytest-metadata==1.8.0;python_version<"3.6"',
'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
'pytest-metadata==2.0.1;python_version>="3.7"',
'pytest-metadata==2.0.2;python_version>="3.7"',
"pytest-ordering==0.6",
'pytest-rerunfailures==8.0;python_version<"3.6"',
'pytest-rerunfailures==10.2;python_version>="3.6"',
Expand Down

0 comments on commit c9a696b

Please sign in to comment.