Skip to content

Commit

Permalink
Replace 3.10 with 3.10-dev and move pytz to 2021.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Oct 3, 2021
1 parent 20c8d76 commit 7dce65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["pypy-3.7", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
# pypy3 randomly fails on Windows builds
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest==6.*
pytest-cov==2.*
pytest-mock==3.*
python-dateutil>=2.7.0
pytz==2021.*
pytz==2021.1
simplejson==3.*
sphinx==4.*
sphinx-autodoc-typehints==1.*
Expand Down

0 comments on commit 7dce65a

Please sign in to comment.