Skip to content

Commit

Permalink
chore: Adding support for Fedora 40
Browse files Browse the repository at this point in the history
- Add Fedora 40 builds
- Pulling in setuptools 70.0.0
  • Loading branch information
abellotti committed May 22, 2024
1 parent c9b58fb commit d1276bb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
# fedora is like an even farther future preview.
- fedora-39-x86_64
- fedora-39-aarch64
- fedora-40-x86_64
- fedora-40-aarch64

- job: copr_build
trigger: commit
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "qpc"
version = "1.8.0"
license = {file = "LICENSE"}
requires-python = ">=3.11,<3.13"

[tool.poetry]
name = "qpc"
version = "1.8.0"
description = ""
authors = ["QPC Team <[email protected]>"]
license = "GPLv3"
exclude = [
"**/test_*.py",
"**/*_tests.py",
Expand All @@ -22,7 +22,7 @@ qpc = 'qpc.__main__:main'
python = ">=3.11,<3.13"
requests = ">=2.28.1"
cryptography = ">=37.0.4"
setuptools = ">=67.8.0"
setuptools = "^68.2.2"
faker = "^20.0.3"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit d1276bb

Please sign in to comment.