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

Deprecates support for el7/python2.7 and adds support for python 3.11 #3369

Merged
merged 4 commits into from
Jul 8, 2024

Conversation

lorengordon
Copy link
Member

No description provided.

@lorengordon lorengordon changed the title Deprecates support for python2.7 and adds support for python 3.11 Deprecates support for el7/python2.7 and adds support for python 3.11 Jul 8, 2024
@lorengordon lorengordon force-pushed the feat/deprecated-el7-python27 branch from 48757ad to 0a67429 Compare July 8, 2024 15:46
@lorengordon
Copy link
Member Author

go codebuild go

1 similar comment
@lorengordon
Copy link
Member Author

go codebuild go

@lorengordon lorengordon marked this pull request as ready for review July 8, 2024 19:12
@lorengordon lorengordon requested a review from a team July 8, 2024 19:12
Copy link
Member

@ferricoxide ferricoxide left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know it's early for

Not ready to work on 3.12, yet?

Just wanted to raise it "just in case"

- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not ready to work on 3.12, yet?

@@ -72,19 +72,19 @@ jobs:
include:
- stage: test
name: lint
python: 3.10
python: 3.11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not ready to work on 3.12, yet?

env:
- TOXENV=check

- stage: test
name: docs
python: 3.10
python: 3.11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not ready to work on 3.12, yet?

env:
- TOXENV=docs

- stage: test
name: build standalone
python: 3.10
python: 3.11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not ready to work on 3.12, yet?

@@ -142,7 +142,7 @@ jobs:
- stage: deploy
name: deploy to pypi
if: type != pull_request AND (branch = main OR tag is present)
python: 3.10
python: 3.11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not ready to work on 3.12, yet?

Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not ready to work on 3.12, yet?

@lorengordon
Copy link
Member Author

I know it's early for

Not ready to work on 3.12, yet?

Just wanted to raise it "just in case"

Can always add it later, presuming it is available for travis-ci and azure pipelines already, as well as the apt/yum repos.

@lorengordon lorengordon merged commit 9ef9232 into plus3it:main Jul 8, 2024
10 of 11 checks passed
@lorengordon lorengordon deleted the feat/deprecated-el7-python27 branch July 8, 2024 19:44
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.

2 participants