commit: 60deeaf4d61d528f645ad92153bbf8e8c46d31a1
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 12:44:28 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 12:44:28 2023 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=60deeaf4
pyproject.tml: fix dependencies version
Fixes: 0fe8d4879f11abe61b89177b5fa2d17fe47067da
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/test.yml | 4 ++--
pyproject.toml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bb4348a..36e079b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: ['3.9', '3.10', '3.11']
+ python-version: ['3.10', '3.11']
experimental: [false]
include:
# - os: ubuntu-latest
# python-version: '3.11.0-beta - 3.11'
# experimental: true
- os: macos-latest
- python-version: '3.10'
+ python-version: '3.11'
experimental: false
fail-fast: false
diff --git a/pyproject.toml b/pyproject.toml
index a2e2192..6cb3694 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,8 +28,8 @@ dynamic = ["version"]
dependencies = [
"snakeoil~=0.10.5",
- "pkgcore~=0.12.25",
- "pkgcheck~=0.10.23",
+ "pkgcore~=0.12.23",
+ "pkgcheck~=0.10.25",
]
[project.optional-dependencies]