Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor pyproject and workflows #97

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Conversation

Ravencentric
Copy link
Contributor

@Ravencentric Ravencentric commented Sep 14, 2024

  • Deduplicate pyproject.toml. Removed the [project] section because it was essentially useless since poetry doesn't support it and completely switched to [tool.poetry] as the canonical source of metadata
  • Drop 3.7 and 3.8 (https://endoflife.date/python). Httpx only supports >=3.8 and pytest-httpx only supports >=3.9.
  • Add Python 3.12 to the test matrix
  • Drop flake8, ruff can do the same thing so I switched to that
  • Use poetry in the workflows
  • Remove upper constraint from non-dev dependencies as this was causing issues with any library that would try installing it without having the same upper constraint
  • Closes httpx too old version #93

@coveralls
Copy link

coveralls commented Sep 18, 2024

Pull Request Test Coverage Report for Build 10860587733

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.07%) to 89.025%

Totals Coverage Status
Change from base Build 10703468182: -0.07%
Covered Lines: 850
Relevant Lines: 924

💛 - Coveralls

@vaphes vaphes merged commit 9a79c79 into vaphes:master Sep 18, 2024
4 checks passed
@Ravencentric Ravencentric deleted the fix-pyproject branch September 18, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

httpx too old version
3 participants