Skip to content

Commit

Permalink
Merge branch 'master' into datetime-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Sep 18, 2024
2 parents 8633d17 + fa3746f commit 1c324a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
# Temporary disabled because of https://github.com/crate-py/rpds/issues/72
# - 3.13-dev
- 3.13-dev
- pypy-3.9
include:
- os: ubuntu-20.04
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ requires-python = ">=3.5,<4.0"
[project.optional-dependencies]
dev = [
# Setup.
"pre-commit==3.7.0 ; python_version>='3.9'",
"pre-commit==3.8.0 ; python_version>='3.9'",
"tox==3.27.1 ; python_version<'3.8'",
"tox==4.15.0 ; python_version>='3.8'",
"tox==4.18.0 ; python_version>='3.8'",
# Testing framework.
"pytest==6.1.2 ; python_version<'3.8'",
"pytest==8.2.1 ; python_version>='3.8'",
"pytest==8.3.2 ; python_version>='3.8'",
"pytest-cov==2.12.1 ; python_version<'3.8'",
"pytest-cov==5.0.0 ; python_version>='3.8'",
"pytest-mypy-plugins==1.9.3 ; python_version>='3.6' and python_version<'3.8'",
Expand All @@ -64,7 +64,7 @@ dev = [
"mypy==v0.910 ; python_version<'3.6'",
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
"mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'",
"mypy==v1.10.0 ; python_version>='3.8'",
"mypy==v1.11.2 ; python_version>='3.8'",
# Docs.
"Sphinx==7.3.7 ; python_version>='3.9'",
"sphinx-autobuild==2024.4.16 ; python_version>='3.9'",
Expand Down

0 comments on commit 1c324a9

Please sign in to comment.