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

also support python 3.8 #16100

Merged
merged 2 commits into from Jun 24, 2020
Merged

also support python 3.8 #16100

merged 2 commits into from Jun 24, 2020

Conversation

Findus23
Copy link
Member

followup to #16095

There should be no reason that log analytics doesn't work in 3.8 and the travis test runs for it:
https://github.com/matomo-org/matomo-log-analytics/blob/4.x-dev/.travis.yml#L7

@Findus23 Findus23 added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Jun 22, 2020
@@ -126,7 +126,7 @@ The following changes are recommendations and don't have to be done as we will s

### Other Breaking changes

* The log importer in `misc/log-analytics` now supports Python 3 (3.5, 3.6 or 3.7), it will no longer run with Python 2. If you have any automated scripts that run the importer, you will have to change them to use the Python 3 executable instead.
* The log importer in `misc/log-analytics` now supports Python 3 (3.5, 3.6, 3.7 or 3.8), it will no longer run with Python 2. If you have any automated scripts that run the importer, you will have to change them to use the Python 3 executable instead.
Copy link
Member

Choose a reason for hiding this comment

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

fyi added a note to https://github.com/matomo-org/matomo/wiki/Matomo-4.0.0-release-notes

Can people maybe still checkout an earlier version from the log importer repository supporting Python 2? Could mention it maybe but should be enough to have this mentioned in the announcement as it's not really developer related.

Copy link
Member Author

Choose a reason for hiding this comment

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

It should definitely be mentioned in the release notes with maybe a link to an FAQ explaining how to switch over.

I don't know of any breaking change that would cause the old script to not work with Matomo 4

@tsteur tsteur merged commit 789357f into 4.x-dev Jun 24, 2020
@tsteur tsteur deleted the support-python38 branch June 24, 2020 03:04
diosmosis pushed a commit that referenced this pull request Jun 25, 2020
* also support python 3.8

* add or
@mattab mattab added this to the 4.0.0 milestone Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants