* [gentoo-commits] proj/pkgcore/snakeoil:master commit in: /, .github/workflows/
@ 2022-11-08 18:38 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2022-11-08 18:38 UTC (permalink / raw
To: gentoo-commits
commit: 686faa1134212732ce0aa01c3d792021e76570e6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 8 18:37:34 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 8 18:37:34 2022 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=686faa11
drop py3.8 support
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/test.yml | 8 ++++----
pyproject.toml | 3 +--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bdff1444..389746d5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: ['3.8', '3.9', '3.10', 'pypy-3.8', 'pypy-3.9']
+ python-version: ['3.9', '3.10', '3.11', 'pypy-3.8', 'pypy-3.9']
experimental: [false]
include:
- - os: ubuntu-latest
- python-version: '3.11.0-beta - 3.11'
- experimental: true
+ # - os: ubuntu-latest
+ # python-version: '3.11.0-beta - 3.11'
+ # experimental: true
- os: macos-latest
python-version: '3.10'
experimental: false
diff --git a/pyproject.toml b/pyproject.toml
index c250cee4..99d72b11 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
name = "snakeoil"
description = "misc common functionality and useful optimizations"
readme = "README.rst"
-requires-python = "~=3.8"
+requires-python = "~=3.9"
authors = [
{name = "Tim Harder", email = "radhermit@gmail.com"},
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},
@@ -17,7 +17,6 @@ maintainers = [
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
- "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/pkgcore/snakeoil:master commit in: /, .github/workflows/
@ 2023-05-17 19:06 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2023-05-17 19:06 UTC (permalink / raw
To: gentoo-commits
commit: b28c3db8351007929d9bac3ea23c00b205d87ab4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 19:05:44 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed May 17 19:05:44 2023 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=b28c3db8
drop support for py3.9
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/doc.yml | 4 ++--
.github/workflows/release.yml | 4 ++--
.github/workflows/test.yml | 4 ++--
README.rst | 2 +-
pyproject.toml | 3 +--
tox.ini | 2 +-
6 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index b5820146..47708ff4 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -21,10 +21,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- - name: Set up Python 3.10
+ - name: Set up Python 3.11
uses: actions/setup-python@v4
with:
- python-version: '3.10'
+ python-version: '3.11'
cache: 'pip'
cache-dependency-path: pyproject.toml
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cf1a719b..00120669 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,10 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- - name: Set up Python 3.10
+ - name: Set up Python 3.11
uses: actions/setup-python@v4
with:
- python-version: "3.10"
+ python-version: "3.11"
cache: 'pip'
cache-dependency-path: pyproject.toml
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 31760dcb..019a76c5 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', 'pypy-3.9']
+ python-version: ['3.10', '3.11', 'pypy-3.9']
experimental: [false]
include:
- os: ubuntu-latest
python-version: '3.12-dev'
experimental: true
- os: macos-latest
- python-version: '3.10'
+ python-version: '3.11'
experimental: false
fail-fast: false
diff --git a/README.rst b/README.rst
index ab8aff80..570db727 100644
--- a/README.rst
+++ b/README.rst
@@ -36,7 +36,7 @@ Using tox for all supported python versions::
Using tox for a specific python version::
- tox -e py39
+ tox -e py310
Contact
=======
diff --git a/pyproject.toml b/pyproject.toml
index e86ec920..b9253042 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
name = "snakeoil"
description = "misc common functionality and useful optimizations"
readme = "README.rst"
-requires-python = "~=3.9"
+requires-python = "~=3.10"
authors = [
{name = "Tim Harder", email = "radhermit@gmail.com"},
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},
@@ -17,7 +17,6 @@ maintainers = [
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
- "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
diff --git a/tox.ini b/tox.ini
index 3d9c197e..00584b5e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py38, py39, py310, pypy3
+envlist = py310, py311, pypy3
[testenv]
# force latest virtualenv/pip
download = true
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/pkgcore/snakeoil:master commit in: /, .github/workflows/
@ 2024-01-19 9:59 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-01-19 9:59 UTC (permalink / raw
To: gentoo-commits
commit: 07aa7897d118d652503e8515c70980de1cf97863
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 04:43:10 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 09:57:29 2024 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=07aa7897
ci: add py3.13, make 3.12 non-exp
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.github/workflows/test.yml | 4 ++--
tox.ini | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 77150441..616312e0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,11 +13,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: ['3.10', '3.11']
+ python-version: ['3.10', '3.11', '3.12']
experimental: [false]
include:
- os: ubuntu-latest
- python-version: '3.12-dev'
+ python-version: '3.13-dev'
experimental: true
- os: macos-latest
python-version: '3.11'
diff --git a/tox.ini b/tox.ini
index 00584b5e..59feefc5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py310, py311, pypy3
+envlist = py310, py311, py312, pypy3
[testenv]
# force latest virtualenv/pip
download = true
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-19 9:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-19 9:59 [gentoo-commits] proj/pkgcore/snakeoil:master commit in: /, .github/workflows/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-05-17 19:06 Arthur Zamarin
2022-11-08 18:38 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox